#027821
a deep, electric green · cool · closest name: forestgreen
RGB
2, 120, 33
HSL
136°, 97%, 24%
CMYK
98, 0, 73, 53
Luminance
0.1356
Every format
| HEX | #027821 |
| RGB | rgb(2, 120, 33) |
| HSL | hsl(136, 97%, 24%) |
| CMYK | cmyk(98%, 0%, 73%, 53%) |
| LAB | lab(43.6 -47.1 38.0) |
| LCH | lch(43.6 60.5 141.1) |
| OKLCH | oklch(0.498 0.154 145.5) |
Copy-ready code
/* CSS */
color: #027821;
background-color: #027821;
/* Tailwind (arbitrary) */
class="text-[#027821] bg-[#027821]"
/* SCSS */
$brand: #027821;
/* SwiftUI */
Color(red: 0.008, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#027821")Accessibility — WCAG contrast
Aa
#027821 on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#027821 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green47.1%
Blue12.9%
CMYK percentages
Cyan98.3%
Magenta0.0%
Yellow72.5%
Key (black)52.9%
Color previews
#027821 text on a black background
contrast 3.71:1
Card sample
#027821 text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #027821;
Background color
Panel with #027821 background
background-color: #027821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #027821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #027821; background: linear-gradient(135deg, #027821, #027870);