#004a64
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 74, 100
HSL
196°, 100%, 20%
CMYK
100, 26, 0, 61
Luminance
0.0582
Every format
| HEX | #004a64 |
| RGB | rgb(0, 74, 100) |
| HSL | hsl(196, 100%, 20%) |
| CMYK | cmyk(100%, 26%, 0%, 61%) |
| LAB | lab(28.9 -9.6 -20.8) |
| LCH | lch(28.9 22.9 245.2) |
| OKLCH | oklch(0.383 0.076 230.2) |
Copy-ready code
/* CSS */
color: #004a64;
background-color: #004a64;
/* Tailwind (arbitrary) */
class="text-[#004a64] bg-[#004a64]"
/* SCSS */
$brand: #004a64;
/* SwiftUI */
Color(red: 0.000, green: 0.290, blue: 0.392)
/* Android */
Color.parseColor("#004a64")Accessibility — WCAG contrast
Aa
#004a64 on white: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004a64 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green29.0%
Blue39.2%
CMYK percentages
Cyan100.0%
Magenta26.0%
Yellow0.0%
Key (black)60.8%
Color previews
#004a64 text on a black background
contrast 2.16:1
Card sample
#004a64 text on a white background
contrast 9.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004a64;
Background color
Panel with #004a64 background
background-color: #004a64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004a64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 74, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 74, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004a64; background: linear-gradient(135deg, #004a64, #000764);