#024321
a deep, electric green · cool · closest name: darkslategray
RGB
2, 67, 33
HSL
149°, 94%, 14%
CMYK
97, 0, 51, 74
Luminance
0.0414
Every format
| HEX | #024321 |
| RGB | rgb(2, 67, 33) |
| HSL | hsl(149, 94%, 14%) |
| CMYK | cmyk(97%, 0%, 51%, 74%) |
| LAB | lab(24.1 -28.2 15.4) |
| LCH | lch(24.1 32.1 151.3) |
| OKLCH | oklch(0.336 0.085 153.3) |
Copy-ready code
/* CSS */
color: #024321;
background-color: #024321;
/* Tailwind (arbitrary) */
class="text-[#024321] bg-[#024321]"
/* SCSS */
$brand: #024321;
/* SwiftUI */
Color(red: 0.008, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#024321")Accessibility — WCAG contrast
Aa
#024321 on white: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024321 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green26.3%
Blue12.9%
CMYK percentages
Cyan97.0%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#024321 text on a black background
contrast 1.83:1
Card sample
#024321 text on a white background
contrast 11.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024321;
Background color
Panel with #024321 background
background-color: #024321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024321; background: linear-gradient(135deg, #024321, #023A43);