#069021
a dark, electric green · cool · closest name: forestgreen
RGB
6, 144, 33
HSL
132°, 92%, 29%
CMYK
96, 0, 77, 44
Luminance
0.2010
Every format
| HEX | #069021 |
| RGB | rgb(6, 144, 33) |
| HSL | hsl(132, 92%, 29%) |
| CMYK | cmyk(96%, 0%, 77%, 44%) |
| LAB | lab(51.9 -54.3 46.6) |
| LCH | lch(51.9 71.6 139.4) |
| OKLCH | oklch(0.568 0.180 144.3) |
Copy-ready code
/* CSS */
color: #069021;
background-color: #069021;
/* Tailwind (arbitrary) */
class="text-[#069021] bg-[#069021]"
/* SCSS */
$brand: #069021;
/* SwiftUI */
Color(red: 0.024, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#069021")Accessibility — WCAG contrast
Aa
#069021 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#069021 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green56.5%
Blue12.9%
CMYK percentages
Cyan95.8%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#069021 text on a black background
contrast 5.02:1
Card sample
#069021 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #069021;
Background color
Panel with #069021 background
background-color: #069021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #069021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #069021; background: linear-gradient(135deg, #069021, #06907D);