#024d39
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 77, 57
HSL
164°, 95%, 16%
CMYK
97, 0, 26, 70
Luminance
0.0562
Every format
| HEX | #024d39 |
| RGB | rgb(2, 77, 57) |
| HSL | hsl(164, 95%, 16%) |
| CMYK | cmyk(97%, 0%, 26%, 70%) |
| LAB | lab(28.4 -26.4 6.1) |
| LCH | lch(28.4 27.1 167.1) |
| OKLCH | oklch(0.374 0.075 168.0) |
Copy-ready code
/* CSS */
color: #024d39;
background-color: #024d39;
/* Tailwind (arbitrary) */
class="text-[#024d39] bg-[#024d39]"
/* SCSS */
$brand: #024d39;
/* SwiftUI */
Color(red: 0.008, green: 0.302, blue: 0.224)
/* Android */
Color.parseColor("#024d39")Accessibility — WCAG contrast
Aa
#024d39 on white: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024d39 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green30.2%
Blue22.4%
CMYK percentages
Cyan97.4%
Magenta0.0%
Yellow26.0%
Key (black)69.8%
Color previews
#024d39 text on a black background
contrast 2.12:1
Card sample
#024d39 text on a white background
contrast 9.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024d39;
Background color
Panel with #024d39 background
background-color: #024d39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024d39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 77, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 77, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024d39; background: linear-gradient(135deg, #024d39, #022F4D);