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