#024136
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 65, 54
HSL
170°, 94%, 13%
CMYK
97, 0, 17, 75
Luminance
0.0406
Every format
| HEX | #024136 |
| RGB | rgb(2, 65, 54) |
| HSL | hsl(170, 94%, 13%) |
| CMYK | cmyk(97%, 0%, 17%, 75%) |
| LAB | lab(23.9 -21.6 1.5) |
| LCH | lch(23.9 21.6 176.0) |
| OKLCH | oklch(0.336 0.061 176.6) |
Copy-ready code
/* CSS */
color: #024136;
background-color: #024136;
/* Tailwind (arbitrary) */
class="text-[#024136] bg-[#024136]"
/* SCSS */
$brand: #024136;
/* SwiftUI */
Color(red: 0.008, green: 0.255, blue: 0.212)
/* Android */
Color.parseColor("#024136")Accessibility — WCAG contrast
Aa
#024136 on white: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024136 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green25.5%
Blue21.2%
CMYK percentages
Cyan96.9%
Magenta0.0%
Yellow16.9%
Key (black)74.5%
Color previews
#024136 text on a black background
contrast 1.81:1
Card sample
#024136 text on a white background
contrast 11.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024136;
Background color
Panel with #024136 background
background-color: #024136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 65, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 65, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024136; background: linear-gradient(135deg, #024136, #022241);