#6ac621
a balanced, vivid green · cool · closest name: forestgreen
RGB
106, 198, 33
HSL
94°, 71%, 45%
CMYK
47, 0, 83, 22
Luminance
0.4356
Every format
| HEX | #6ac621 |
| RGB | rgb(106, 198, 33) |
| HSL | hsl(94, 71%, 45%) |
| CMYK | cmyk(47%, 0%, 83%, 22%) |
| LAB | lab(71.9 -52.8 66.3) |
| LCH | lch(71.9 84.7 128.5) |
| OKLCH | oklch(0.741 0.207 135.5) |
Copy-ready code
/* CSS */
color: #6ac621;
background-color: #6ac621;
/* Tailwind (arbitrary) */
class="text-[#6ac621] bg-[#6ac621]"
/* SCSS */
$brand: #6ac621;
/* SwiftUI */
Color(red: 0.416, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#6ac621")Accessibility — WCAG contrast
Aa
#6ac621 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ac621 on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green77.6%
Blue12.9%
CMYK percentages
Cyan46.5%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#6ac621 text on a black background
contrast 9.71:1
Card sample
#6ac621 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ac621;
Background color
Panel with #6ac621 background
background-color: #6ac621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ac621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ac621; background: linear-gradient(135deg, #6ac621, #21C646);