#6cb521
a dark, vivid green · cool · closest name: forestgreen
RGB
108, 181, 33
HSL
90°, 69%, 42%
CMYK
40, 0, 82, 29
Luminance
0.3635
Every format
| HEX | #6cb521 |
| RGB | rgb(108, 181, 33) |
| HSL | hsl(90, 69%, 42%) |
| CMYK | cmyk(40%, 0%, 82%, 29%) |
| LAB | lab(66.8 -45.3 61.7) |
| LCH | lch(66.8 76.5 126.3) |
| OKLCH | oklch(0.699 0.186 133.3) |
Copy-ready code
/* CSS */
color: #6cb521;
background-color: #6cb521;
/* Tailwind (arbitrary) */
class="text-[#6cb521] bg-[#6cb521]"
/* SCSS */
$brand: #6cb521;
/* SwiftUI */
Color(red: 0.424, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#6cb521")Accessibility — WCAG contrast
Aa
#6cb521 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cb521 on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green71.0%
Blue12.9%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow81.8%
Key (black)29.0%
Color previews
#6cb521 text on a black background
contrast 8.27:1
Card sample
#6cb521 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cb521;
Background color
Panel with #6cb521 background
background-color: #6cb521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cb521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cb521; background: linear-gradient(135deg, #6cb521, #21B539);