#024340
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 67, 64
HSL
177°, 94%, 14%
CMYK
97, 0, 5, 74
Luminance
0.0440
Every format
| HEX | #024340 |
| RGB | rgb(2, 67, 64) |
| HSL | hsl(177, 94%, 14%) |
| CMYK | cmyk(97%, 0%, 5%, 74%) |
| LAB | lab(24.9 -19.2 -3.5) |
| LCH | lch(24.9 19.5 190.4) |
| OKLCH | oklch(0.346 0.059 189.7) |
Copy-ready code
/* CSS */
color: #024340;
background-color: #024340;
/* Tailwind (arbitrary) */
class="text-[#024340] bg-[#024340]"
/* SCSS */
$brand: #024340;
/* SwiftUI */
Color(red: 0.008, green: 0.263, blue: 0.251)
/* Android */
Color.parseColor("#024340")Accessibility — WCAG contrast
Aa
#024340 on white: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024340 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green26.3%
Blue25.1%
CMYK percentages
Cyan97.0%
Magenta0.0%
Yellow4.5%
Key (black)73.7%
Color previews
#024340 text on a black background
contrast 1.88:1
Card sample
#024340 text on a white background
contrast 11.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024340;
Background color
Panel with #024340 background
background-color: #024340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 67, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 67, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024340; background: linear-gradient(135deg, #024340, #021B43);