#06a430
a dark, electric green · cool · closest name: forestgreen
RGB
6, 164, 48
HSL
136°, 93%, 33%
CMYK
96, 0, 71, 36
Luminance
0.2680
Every format
| HEX | #06a430 |
| RGB | rgb(6, 164, 48) |
| HSL | hsl(136, 93%, 33%) |
| CMYK | cmyk(96%, 0%, 71%, 36%) |
| LAB | lab(58.8 -59.0 47.9) |
| LCH | lch(58.8 76.0 140.9) |
| OKLCH | oklch(0.625 0.193 145.3) |
Copy-ready code
/* CSS */
color: #06a430;
background-color: #06a430;
/* Tailwind (arbitrary) */
class="text-[#06a430] bg-[#06a430]"
/* SCSS */
$brand: #06a430;
/* SwiftUI */
Color(red: 0.024, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#06a430")Accessibility — WCAG contrast
Aa
#06a430 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#06a430 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green64.3%
Blue18.8%
CMYK percentages
Cyan96.3%
Magenta0.0%
Yellow70.7%
Key (black)35.7%
Color previews
#06a430 text on a black background
contrast 6.36:1
Card sample
#06a430 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06a430;
Background color
Panel with #06a430 background
background-color: #06a430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06a430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06a430; background: linear-gradient(135deg, #06a430, #06A499);