#04322b
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 50, 43
HSL
171°, 85%, 11%
CMYK
92, 0, 14, 80
Luminance
0.0248
Every format
| HEX | #04322b |
| RGB | rgb(4, 50, 43) |
| HSL | hsl(171, 85%, 11%) |
| CMYK | cmyk(92%, 0%, 14%, 80%) |
| LAB | lab(17.8 -17.0 0.2) |
| LCH | lch(17.8 17.0 179.4) |
| OKLCH | oklch(0.285 0.049 179.8) |
Copy-ready code
/* CSS */
color: #04322b;
background-color: #04322b;
/* Tailwind (arbitrary) */
class="text-[#04322b] bg-[#04322b]"
/* SCSS */
$brand: #04322b;
/* SwiftUI */
Color(red: 0.016, green: 0.196, blue: 0.169)
/* Android */
Color.parseColor("#04322b")Accessibility — WCAG contrast
Aa
#04322b on white: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04322b on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green19.6%
Blue16.9%
CMYK percentages
Cyan92.0%
Magenta0.0%
Yellow14.0%
Key (black)80.4%
Color previews
#04322b text on a black background
contrast 1.50:1
Card sample
#04322b text on a white background
contrast 14.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04322b;
Background color
Panel with #04322b background
background-color: #04322b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04322b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 50, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 50, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04322b; background: linear-gradient(135deg, #04322b, #041A32);