#067e21
a dark, electric green · cool · closest name: forestgreen
RGB
6, 126, 33
HSL
134°, 91%, 26%
CMYK
95, 0, 74, 51
Luminance
0.1507
Every format
| HEX | #067e21 |
| RGB | rgb(6, 126, 33) |
| HSL | hsl(134, 91%, 26%) |
| CMYK | cmyk(95%, 0%, 74%, 51%) |
| LAB | lab(45.7 -48.7 40.3) |
| LCH | lch(45.7 63.2 140.4) |
| OKLCH | oklch(0.516 0.160 145.0) |
Copy-ready code
/* CSS */
color: #067e21;
background-color: #067e21;
/* Tailwind (arbitrary) */
class="text-[#067e21] bg-[#067e21]"
/* SCSS */
$brand: #067e21;
/* SwiftUI */
Color(red: 0.024, green: 0.494, blue: 0.129)
/* Android */
Color.parseColor("#067e21")Accessibility — WCAG contrast
Aa
#067e21 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#067e21 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green49.4%
Blue12.9%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow73.8%
Key (black)50.6%
Color previews
#067e21 text on a black background
contrast 4.01:1
Card sample
#067e21 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #067e21;
Background color
Panel with #067e21 background
background-color: #067e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #067e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 126, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 126, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #067e21; background: linear-gradient(135deg, #067e21, #067E71);