#20bd21
a dark, vivid green · cool · closest name: green
RGB
32, 189, 33
HSL
120°, 71%, 43%
CMYK
83, 0, 83, 26
Luminance
0.3681
Every format
| HEX | #20bd21 |
| RGB | rgb(32, 189, 33) |
| HSL | hsl(120, 71%, 43%) |
| CMYK | cmyk(83%, 0%, 83%, 26%) |
| LAB | lab(67.1 -65.6 61.2) |
| LCH | lch(67.1 89.8 137.0) |
| OKLCH | oklch(0.695 0.224 142.7) |
Copy-ready code
/* CSS */
color: #20bd21;
background-color: #20bd21;
/* Tailwind (arbitrary) */
class="text-[#20bd21] bg-[#20bd21]"
/* SCSS */
$brand: #20bd21;
/* SwiftUI */
Color(red: 0.125, green: 0.741, blue: 0.129)
/* Android */
Color.parseColor("#20bd21")Accessibility — WCAG contrast
Aa
#20bd21 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20bd21 on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green74.1%
Blue12.9%
CMYK percentages
Cyan83.1%
Magenta0.0%
Yellow82.5%
Key (black)25.9%
Color previews
#20bd21 text on a black background
contrast 8.36:1
Card sample
#20bd21 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20bd21;
Background color
Panel with #20bd21 background
background-color: #20bd21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20bd21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 189, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 189, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20bd21; background: linear-gradient(135deg, #20bd21, #20BD8A);