Pantone 300 C
#005EB8 · rgb(0, 94, 184)
HEX
#005EB8
RGB
rgb(0, 94, 184)
CMYK
cmyk(100%, 49%, 0%, 28%)
HSL
hsl(209, 100%, 36%)
LAB
lab(40.4, 12.4, -53.9)
What is Pantone 300 C?
Pantone 300 C is a Coated (C) PMS reference in the blue family. Its current screen approximation on PantoneTools is #005EB8, rgb(0, 94, 184), and cmyk(100%, 49%, 0%, 28%). Use it when you need a quick Pantone to HEX, Pantone to RGB, or Pantone to CMYK lookup for brand exploration, UI palettes, and print handoff conversations. For accessibility, this page tests Pantone 300 C as a background and currently recommends white text as the safer default before final contrast review. The tints, shades, complementary palette, and developer exports are generated from the same sRGB value so teams can keep web tokens and design notes aligned. These digital values are approximations rather than licensed Pantone specifications; confirm production-critical color with a current physical guide, D50 lighting, and a printer proof.
Workflow context for Pantone 300 C
Blue coated production notes
Because this is a coated-paper reference, use it for glossy stock, laminated labels, premium cartons, and spot-color conversations where ink sits on a less absorbent surface. Do not assume the same visual result on kraft, recycled, or uncoated paper without a separate proof. Blue brand colors are often stable in digital systems but can darken or purple-shift in print. Keep a clear distinction between spot, CMYK fallback, and UI token values.
- Use Pantone 300 C as a digital reference first, then confirm production work against a physical guide or approved proof.
- Record the approved coated value separately from CMYK, HEX, RGB, and design-token fallbacks.
- For UI or web use, pair this color with white text only after checking the actual contrast ratio in context.
- When sending to a vendor, include the expected substrate, lighting condition, and approval owner instead of only sending a HEX value.
Data provenance
Curated community sRGB approximations
Hand-curated approximate sRGB visual equivalents for screen preview and matching workflows. This is not an official Pantone licensed value source. Use for educational lookup, digital previews, nearest-color matching, accessibility checks, and workflow planning. Confirm production color against physical guides, licensed values, or printer proofs.
- Source type
- community-reference
- Confidence
- low
- Last reviewed
- 2026-05-23
Scale metadata
These fields are used by the scale audit before any larger color-directory expansion. They are intentionally conservative because current values are approximate screen references.
Deep blues can purple-shift or darken in process print. Keep spot, CMYK, and digital token values documented separately.
Tints, Shades & Scale
A balanced 11-step scale derived from Pantone 300 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#669ED4
#005EB8
#00386E
#FFA147
Accessibility
WCAG 2.1 contrast checks for Pantone 300 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 300 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 300 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 5007
#3E5F8A
Brilliant blue
RAL 5019
#1B5583
Capri blue
RAL 5015
#2271B3
Sky blue
RAL 5023
#49678D
Distant blue
RAL 5000
#354D73
Violet blue
RAL 5014
#606E8C
Pigeon blue
Developer Exports
CSS Variables
:root {
--p-300-c: #005EB8;
--p-300-c-rgb: 0 94 184;
--p-300-c-hsl: 209 100% 36%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-300-c: {
DEFAULT: "#005EB8",
50: "#EBF2F9",
100: "#D6E5F4",
200: "#ADCBE8",
300: "#80AFDC",
400: "#4086CA",
500: "#005EB8",
600: "#00509C",
700: "#003D78",
800: "#002A53",
900: "#00182E",
950: "#000B16",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 300 C",
"hex": "#005EB8",
"rgb": {
"r": 0,
"g": 94,
"b": 184
},
"cmyk": {
"c": 100,
"m": 49,
"y": 0,
"k": 28
},
"hsl": {
"h": 209,
"s": 100,
"l": 36
},
"lab": {
"l": 40.35,
"a": 12.39,
"b": -53.87
},
"pantone": {
"code": "Pantone 300 C",
"finish": "coated",
"family": "blue"
}
}