#02452c
a deep, electric green · cool · closest name: darkslategray
RGB
2, 69, 44
HSL
158°, 94%, 14%
CMYK
97, 0, 36, 73
Luminance
0.0445
Every format
| HEX | #02452c |
| RGB | rgb(2, 69, 44) |
| HSL | hsl(158, 94%, 14%) |
| CMYK | cmyk(97%, 0%, 36%, 73%) |
| LAB | lab(25.1 -26.4 9.8) |
| LCH | lch(25.1 28.1 159.7) |
| OKLCH | oklch(0.345 0.076 160.9) |
Copy-ready code
/* CSS */
color: #02452c;
background-color: #02452c;
/* Tailwind (arbitrary) */
class="text-[#02452c] bg-[#02452c]"
/* SCSS */
$brand: #02452c;
/* SwiftUI */
Color(red: 0.008, green: 0.271, blue: 0.173)
/* Android */
Color.parseColor("#02452c")Accessibility — WCAG contrast
Aa
#02452c on white: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02452c on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green27.1%
Blue17.3%
CMYK percentages
Cyan97.1%
Magenta0.0%
Yellow36.2%
Key (black)72.9%
Color previews
#02452c text on a black background
contrast 1.89:1
Card sample
#02452c text on a white background
contrast 11.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02452c;
Background color
Panel with #02452c background
background-color: #02452c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02452c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 69, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 69, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02452c; background: linear-gradient(135deg, #02452c, #023145);