#6ab921
a dark, vivid green · cool · closest name: forestgreen
RGB
106, 185, 33
HSL
91°, 70%, 43%
CMYK
43, 0, 82, 28
Luminance
0.3787
Every format
| HEX | #6ab921 |
| RGB | rgb(106, 185, 33) |
| HSL | hsl(91, 70%, 43%) |
| CMYK | cmyk(43%, 0%, 82%, 28%) |
| LAB | lab(67.9 -47.6 62.7) |
| LCH | lch(67.9 78.7 127.2) |
| OKLCH | oklch(0.708 0.192 134.2) |
Copy-ready code
/* CSS */
color: #6ab921;
background-color: #6ab921;
/* Tailwind (arbitrary) */
class="text-[#6ab921] bg-[#6ab921]"
/* SCSS */
$brand: #6ab921;
/* SwiftUI */
Color(red: 0.416, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#6ab921")Accessibility — WCAG contrast
Aa
#6ab921 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ab921 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green72.5%
Blue12.9%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#6ab921 text on a black background
contrast 8.57:1
Card sample
#6ab921 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ab921;
Background color
Panel with #6ab921 background
background-color: #6ab921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ab921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ab921; background: linear-gradient(135deg, #6ab921, #21B93D);