#02462f
a deep, electric green · cool · closest name: darkslategray
RGB
2, 70, 47
HSL
160°, 94%, 14%
CMYK
97, 0, 33, 73
Luminance
0.0460
Every format
| HEX | #02462f |
| RGB | rgb(2, 70, 47) |
| HSL | hsl(160, 94%, 14%) |
| CMYK | cmyk(97%, 0%, 33%, 73%) |
| LAB | lab(25.6 -26.0 8.5) |
| LCH | lch(25.6 27.4 162.0) |
| OKLCH | oklch(0.349 0.074 163.1) |
Copy-ready code
/* CSS */
color: #02462f;
background-color: #02462f;
/* Tailwind (arbitrary) */
class="text-[#02462f] bg-[#02462f]"
/* SCSS */
$brand: #02462f;
/* SwiftUI */
Color(red: 0.008, green: 0.275, blue: 0.184)
/* Android */
Color.parseColor("#02462f")Accessibility — WCAG contrast
Aa
#02462f on white: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02462f on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green27.5%
Blue18.4%
CMYK percentages
Cyan97.1%
Magenta0.0%
Yellow32.9%
Key (black)72.5%
Color previews
#02462f text on a black background
contrast 1.92:1
Card sample
#02462f text on a white background
contrast 10.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02462f;
Background color
Panel with #02462f background
background-color: #02462f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02462f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 70, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 70, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02462f; background: linear-gradient(135deg, #02462f, #023046);