#004c6e
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 76, 110
HSL
199°, 100%, 22%
CMYK
100, 31, 0, 57
Luminance
0.0629
Every format
| HEX | #004c6e |
| RGB | rgb(0, 76, 110) |
| HSL | hsl(199, 100%, 22%) |
| CMYK | cmyk(100%, 31%, 0%, 57%) |
| LAB | lab(30.1 -6.7 -25.3) |
| LCH | lch(30.1 26.1 255.2) |
| OKLCH | oklch(0.395 0.086 236.7) |
Copy-ready code
/* CSS */
color: #004c6e;
background-color: #004c6e;
/* Tailwind (arbitrary) */
class="text-[#004c6e] bg-[#004c6e]"
/* SCSS */
$brand: #004c6e;
/* SwiftUI */
Color(red: 0.000, green: 0.298, blue: 0.431)
/* Android */
Color.parseColor("#004c6e")Accessibility — WCAG contrast
Aa
#004c6e on white: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004c6e on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green29.8%
Blue43.1%
CMYK percentages
Cyan100.0%
Magenta30.9%
Yellow0.0%
Key (black)56.9%
Color previews
#004c6e text on a black background
contrast 2.26:1
Card sample
#004c6e text on a white background
contrast 9.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004c6e;
Background color
Panel with #004c6e background
background-color: #004c6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004c6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 76, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 76, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004c6e; background: linear-gradient(135deg, #004c6e, #00036E);