#042f32
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 47, 50
HSL
184°, 85%, 11%
CMYK
92, 6, 0, 80
Luminance
0.0229
Every format
| HEX | #042f32 |
| RGB | rgb(4, 47, 50) |
| HSL | hsl(184, 85%, 11%) |
| CMYK | cmyk(92%, 6%, 0%, 80%) |
| LAB | lab(16.9 -12.7 -6.0) |
| LCH | lch(16.9 14.1 205.3) |
| OKLCH | oklch(0.279 0.045 202.0) |
Copy-ready code
/* CSS */
color: #042f32;
background-color: #042f32;
/* Tailwind (arbitrary) */
class="text-[#042f32] bg-[#042f32]"
/* SCSS */
$brand: #042f32;
/* SwiftUI */
Color(red: 0.016, green: 0.184, blue: 0.196)
/* Android */
Color.parseColor("#042f32")Accessibility — WCAG contrast
Aa
#042f32 on white: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#042f32 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green18.4%
Blue19.6%
CMYK percentages
Cyan92.0%
Magenta6.0%
Yellow0.0%
Key (black)80.4%
Color previews
#042f32 text on a black background
contrast 1.46:1
Card sample
#042f32 text on a white background
contrast 14.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #042f32;
Background color
Panel with #042f32 background
background-color: #042f32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #042f32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 47, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 47, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #042f32; background: linear-gradient(135deg, #042f32, #041032);