#042b32
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 43, 50
HSL
189°, 85%, 11%
CMYK
92, 14, 0, 80
Luminance
0.0198
Every format
| HEX | #042b32 |
| RGB | rgb(4, 43, 50) |
| HSL | hsl(189, 85%, 11%) |
| CMYK | cmyk(92%, 14%, 0%, 80%) |
| LAB | lab(15.4 -10.2 -8.3) |
| LCH | lch(15.4 13.2 219.2) |
| OKLCH | oklch(0.267 0.043 212.5) |
Copy-ready code
/* CSS */
color: #042b32;
background-color: #042b32;
/* Tailwind (arbitrary) */
class="text-[#042b32] bg-[#042b32]"
/* SCSS */
$brand: #042b32;
/* SwiftUI */
Color(red: 0.016, green: 0.169, blue: 0.196)
/* Android */
Color.parseColor("#042b32")Accessibility — WCAG contrast
Aa
#042b32 on white: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#042b32 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green16.9%
Blue19.6%
CMYK percentages
Cyan92.0%
Magenta14.0%
Yellow0.0%
Key (black)80.4%
Color previews
#042b32 text on a black background
contrast 1.40:1
Card sample
#042b32 text on a white background
contrast 15.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #042b32;
Background color
Panel with #042b32 background
background-color: #042b32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #042b32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 43, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 43, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #042b32; background: linear-gradient(135deg, #042b32, #040C32);