#044a39
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 74, 57
HSL
165°, 90%, 15%
CMYK
95, 0, 23, 71
Luminance
0.0522
Every format
| HEX | #044a39 |
| RGB | rgb(4, 74, 57) |
| HSL | hsl(165, 90%, 15%) |
| CMYK | cmyk(95%, 0%, 23%, 71%) |
| LAB | lab(27.4 -24.8 4.5) |
| LCH | lch(27.4 25.2 169.6) |
| OKLCH | oklch(0.365 0.070 170.5) |
Copy-ready code
/* CSS */
color: #044a39;
background-color: #044a39;
/* Tailwind (arbitrary) */
class="text-[#044a39] bg-[#044a39]"
/* SCSS */
$brand: #044a39;
/* SwiftUI */
Color(red: 0.016, green: 0.290, blue: 0.224)
/* Android */
Color.parseColor("#044a39")Accessibility — WCAG contrast
Aa
#044a39 on white: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#044a39 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green29.0%
Blue22.4%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow23.0%
Key (black)71.0%
Color previews
#044a39 text on a black background
contrast 2.04:1
Card sample
#044a39 text on a white background
contrast 10.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044a39;
Background color
Panel with #044a39 background
background-color: #044a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 74, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 74, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044a39; background: linear-gradient(135deg, #044a39, #042C4A);