#6dac20
a dark, vivid green · cool · closest name: olivedrab
RGB
109, 172, 32
HSL
87°, 69%, 40%
CMYK
37, 0, 81, 33
Luminance
0.3286
Every format
| HEX | #6dac20 |
| RGB | rgb(109, 172, 32) |
| HSL | hsl(87, 69%, 40%) |
| CMYK | cmyk(37%, 0%, 81%, 33%) |
| LAB | lab(64.0 -41.2 59.5) |
| LCH | lch(64.0 72.4 124.7) |
| OKLCH | oklch(0.676 0.175 131.8) |
Copy-ready code
/* CSS */
color: #6dac20;
background-color: #6dac20;
/* Tailwind (arbitrary) */
class="text-[#6dac20] bg-[#6dac20]"
/* SCSS */
$brand: #6dac20;
/* SwiftUI */
Color(red: 0.427, green: 0.675, blue: 0.125)
/* Android */
Color.parseColor("#6dac20")Accessibility — WCAG contrast
Aa
#6dac20 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dac20 on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green67.5%
Blue12.5%
CMYK percentages
Cyan36.6%
Magenta0.0%
Yellow81.4%
Key (black)32.5%
Color previews
#6dac20 text on a black background
contrast 7.57:1
Card sample
#6dac20 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dac20;
Background color
Panel with #6dac20 background
background-color: #6dac20;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dac20;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 172, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 172, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dac20; background: linear-gradient(135deg, #6dac20, #20AC30);