#042a39
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 42, 57
HSL
197°, 87%, 12%
CMYK
93, 26, 0, 78
Luminance
0.0198
Every format
| HEX | #042a39 |
| RGB | rgb(4, 42, 57) |
| HSL | hsl(197, 87%, 12%) |
| CMYK | cmyk(93%, 26%, 0%, 78%) |
| LAB | lab(15.4 -6.6 -13.3) |
| LCH | lch(15.4 14.9 243.6) |
| OKLCH | oklch(0.268 0.049 229.5) |
Copy-ready code
/* CSS */
color: #042a39;
background-color: #042a39;
/* Tailwind (arbitrary) */
class="text-[#042a39] bg-[#042a39]"
/* SCSS */
$brand: #042a39;
/* SwiftUI */
Color(red: 0.016, green: 0.165, blue: 0.224)
/* Android */
Color.parseColor("#042a39")Accessibility — WCAG contrast
Aa
#042a39 on white: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#042a39 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green16.5%
Blue22.4%
CMYK percentages
Cyan93.0%
Magenta26.3%
Yellow0.0%
Key (black)77.6%
Color previews
#042a39 text on a black background
contrast 1.40:1
Card sample
#042a39 text on a white background
contrast 15.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #042a39;
Background color
Panel with #042a39 background
background-color: #042a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #042a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 42, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 42, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #042a39; background: linear-gradient(135deg, #042a39, #040739);