#044331
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 67, 49
HSL
163°, 89%, 14%
CMYK
94, 0, 27, 74
Luminance
0.0426
Every format
| HEX | #044331 |
| RGB | rgb(4, 67, 49) |
| HSL | hsl(163, 89%, 14%) |
| CMYK | cmyk(94%, 0%, 27%, 74%) |
| LAB | lab(24.5 -23.8 5.7) |
| LCH | lch(24.5 24.4 166.4) |
| OKLCH | oklch(0.341 0.067 167.4) |
Copy-ready code
/* CSS */
color: #044331;
background-color: #044331;
/* Tailwind (arbitrary) */
class="text-[#044331] bg-[#044331]"
/* SCSS */
$brand: #044331;
/* SwiftUI */
Color(red: 0.016, green: 0.263, blue: 0.192)
/* Android */
Color.parseColor("#044331")Accessibility — WCAG contrast
Aa
#044331 on white: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#044331 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green26.3%
Blue19.2%
CMYK percentages
Cyan94.0%
Magenta0.0%
Yellow26.9%
Key (black)73.7%
Color previews
#044331 text on a black background
contrast 1.85:1
Card sample
#044331 text on a white background
contrast 11.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044331;
Background color
Panel with #044331 background
background-color: #044331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 67, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 67, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044331; background: linear-gradient(135deg, #044331, #042B43);