#024c3f
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 76, 63
HSL
170°, 95%, 15%
CMYK
97, 0, 17, 70
Luminance
0.0554
Every format
| HEX | #024c3f |
| RGB | rgb(2, 76, 63) |
| HSL | hsl(170, 95%, 15%) |
| CMYK | cmyk(97%, 0%, 17%, 70%) |
| LAB | lab(28.2 -24.2 1.9) |
| LCH | lch(28.2 24.3 175.4) |
| OKLCH | oklch(0.373 0.069 176.1) |
Copy-ready code
/* CSS */
color: #024c3f;
background-color: #024c3f;
/* Tailwind (arbitrary) */
class="text-[#024c3f] bg-[#024c3f]"
/* SCSS */
$brand: #024c3f;
/* SwiftUI */
Color(red: 0.008, green: 0.298, blue: 0.247)
/* Android */
Color.parseColor("#024c3f")Accessibility — WCAG contrast
Aa
#024c3f on white: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024c3f on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green29.8%
Blue24.7%
CMYK percentages
Cyan97.4%
Magenta0.0%
Yellow17.1%
Key (black)70.2%
Color previews
#024c3f text on a black background
contrast 2.11:1
Card sample
#024c3f text on a white background
contrast 9.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024c3f;
Background color
Panel with #024c3f background
background-color: #024c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 76, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 76, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024c3f; background: linear-gradient(135deg, #024c3f, #02284C);