#004433
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 68, 51
HSL
165°, 100%, 13%
CMYK
100, 0, 25, 73
Luminance
0.0437
Every format
| HEX | #004433 |
| RGB | rgb(0, 68, 51) |
| HSL | hsl(165, 100%, 13%) |
| CMYK | cmyk(100%, 0%, 25%, 73%) |
| LAB | lab(24.9 -24.3 4.9) |
| LCH | lch(24.9 24.8 168.6) |
| OKLCH | oklch(0.344 0.069 169.5) |
Copy-ready code
/* CSS */
color: #004433;
background-color: #004433;
/* Tailwind (arbitrary) */
class="text-[#004433] bg-[#004433]"
/* SCSS */
$brand: #004433;
/* SwiftUI */
Color(red: 0.000, green: 0.267, blue: 0.200)
/* Android */
Color.parseColor("#004433")Accessibility — WCAG contrast
Aa
#004433 on white: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004433 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green26.7%
Blue20.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow25.0%
Key (black)73.3%
Color previews
#004433 text on a black background
contrast 1.87:1
Card sample
#004433 text on a white background
contrast 11.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004433;
Background color
Panel with #004433 background
background-color: #004433;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004433;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 68, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 68, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004433; background: linear-gradient(135deg, #004433, #002844);