#6cb921
a dark, vivid green · cool · closest name: forestgreen
RGB
108, 185, 33
HSL
90°, 70%, 43%
CMYK
42, 0, 82, 28
Luminance
0.3800
Every format
| HEX | #6cb921 |
| RGB | rgb(108, 185, 33) |
| HSL | hsl(90, 70%, 43%) |
| CMYK | cmyk(42%, 0%, 82%, 28%) |
| LAB | lab(68.0 -47.0 62.8) |
| LCH | lch(68.0 78.4 126.8) |
| OKLCH | oklch(0.709 0.191 133.8) |
Copy-ready code
/* CSS */
color: #6cb921;
background-color: #6cb921;
/* Tailwind (arbitrary) */
class="text-[#6cb921] bg-[#6cb921]"
/* SCSS */
$brand: #6cb921;
/* SwiftUI */
Color(red: 0.424, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#6cb921")Accessibility — WCAG contrast
Aa
#6cb921 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cb921 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green72.5%
Blue12.9%
CMYK percentages
Cyan41.6%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#6cb921 text on a black background
contrast 8.60:1
Card sample
#6cb921 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cb921;
Background color
Panel with #6cb921 background
background-color: #6cb921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cb921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cb921; background: linear-gradient(135deg, #6cb921, #21B93B);