#024f44
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 79, 68
HSL
171°, 95%, 16%
CMYK
98, 0, 14, 69
Luminance
0.0602
Every format
| HEX | #024f44 |
| RGB | rgb(2, 79, 68) |
| HSL | hsl(171, 95%, 16%) |
| CMYK | cmyk(98%, 0%, 14%, 69%) |
| LAB | lab(29.5 -24.1 0.5) |
| LCH | lch(29.5 24.1 178.8) |
| OKLCH | oklch(0.383 0.069 179.2) |
Copy-ready code
/* CSS */
color: #024f44;
background-color: #024f44;
/* Tailwind (arbitrary) */
class="text-[#024f44] bg-[#024f44]"
/* SCSS */
$brand: #024f44;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.267)
/* Android */
Color.parseColor("#024f44")Accessibility — WCAG contrast
Aa
#024f44 on white: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024f44 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue26.7%
CMYK percentages
Cyan97.5%
Magenta0.0%
Yellow13.9%
Key (black)69.0%
Color previews
#024f44 text on a black background
contrast 2.20:1
Card sample
#024f44 text on a white background
contrast 9.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024f44;
Background color
Panel with #024f44 background
background-color: #024f44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024f44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024f44; background: linear-gradient(135deg, #024f44, #02274F);