#023e21
a deep, electric green · cool · closest name: darkslategray
RGB
2, 62, 33
HSL
151°, 94%, 13%
CMYK
97, 0, 47, 76
Luminance
0.0357
Every format
| HEX | #023e21 |
| RGB | rgb(2, 62, 33) |
| HSL | hsl(151, 94%, 13%) |
| CMYK | cmyk(97%, 0%, 47%, 76%) |
| LAB | lab(22.2 -26.1 12.9) |
| LCH | lch(22.2 29.1 153.7) |
| OKLCH | oklch(0.320 0.077 155.4) |
Copy-ready code
/* CSS */
color: #023e21;
background-color: #023e21;
/* Tailwind (arbitrary) */
class="text-[#023e21] bg-[#023e21]"
/* SCSS */
$brand: #023e21;
/* SwiftUI */
Color(red: 0.008, green: 0.243, blue: 0.129)
/* Android */
Color.parseColor("#023e21")Accessibility — WCAG contrast
Aa
#023e21 on white: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#023e21 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green24.3%
Blue12.9%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow46.8%
Key (black)75.7%
Color previews
#023e21 text on a black background
contrast 1.71:1
Card sample
#023e21 text on a white background
contrast 12.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #023e21;
Background color
Panel with #023e21 background
background-color: #023e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #023e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 62, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 62, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #023e21; background: linear-gradient(135deg, #023e21, #02333E);