#06c621
a dark, electric green · cool · closest name: lime
RGB
6, 198, 33
HSL
128°, 94%, 40%
CMYK
97, 0, 83, 22
Luminance
0.4054
Every format
| HEX | #06c621 |
| RGB | rgb(6, 198, 33) |
| HSL | hsl(128, 94%, 40%) |
| CMYK | cmyk(97%, 0%, 83%, 22%) |
| LAB | lab(69.8 -70.0 63.6) |
| LCH | lch(69.8 94.6 137.7) |
| OKLCH | oklch(0.717 0.236 143.4) |
Copy-ready code
/* CSS */
color: #06c621;
background-color: #06c621;
/* Tailwind (arbitrary) */
class="text-[#06c621] bg-[#06c621]"
/* SCSS */
$brand: #06c621;
/* SwiftUI */
Color(red: 0.024, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#06c621")Accessibility — WCAG contrast
Aa
#06c621 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06c621 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green77.6%
Blue12.9%
CMYK percentages
Cyan97.0%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#06c621 text on a black background
contrast 9.11:1
Card sample
#06c621 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06c621;
Background color
Panel with #06c621 background
background-color: #06c621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06c621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06c621; background: linear-gradient(135deg, #06c621, #06C6A1);