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