#02430f
a deep, electric green · cool · closest name: seagreen
RGB
2, 67, 15
HSL
132°, 94%, 14%
CMYK
97, 0, 78, 74
Luminance
0.0406
Every format
| HEX | #02430f |
| RGB | rgb(2, 67, 15) |
| HSL | hsl(132, 94%, 14%) |
| CMYK | cmyk(97%, 0%, 78%, 74%) |
| LAB | lab(23.9 -31.2 25.2) |
| LCH | lch(23.9 40.1 141.0) |
| OKLCH | oklch(0.334 0.102 145.4) |
Copy-ready code
/* CSS */
color: #02430f;
background-color: #02430f;
/* Tailwind (arbitrary) */
class="text-[#02430f] bg-[#02430f]"
/* SCSS */
$brand: #02430f;
/* SwiftUI */
Color(red: 0.008, green: 0.263, blue: 0.059)
/* Android */
Color.parseColor("#02430f")Accessibility — WCAG contrast
Aa
#02430f on white: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02430f on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green26.3%
Blue5.9%
CMYK percentages
Cyan97.0%
Magenta0.0%
Yellow77.6%
Key (black)73.7%
Color previews
#02430f text on a black background
contrast 1.81:1
Card sample
#02430f text on a white background
contrast 11.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02430f;
Background color
Panel with #02430f background
background-color: #02430f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02430f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 67, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 67, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02430f; background: linear-gradient(135deg, #02430f, #02433A);