#20c63f
a balanced, vivid green · cool · closest name: forestgreen
RGB
32, 198, 63
HSL
131°, 72%, 45%
CMYK
84, 0, 68, 22
Luminance
0.4105
Every format
| HEX | #20c63f |
| RGB | rgb(32, 198, 63) |
| HSL | hsl(131, 72%, 45%) |
| CMYK | cmyk(84%, 0%, 68%, 22%) |
| LAB | lab(70.2 -66.1 54.1) |
| LCH | lch(70.2 85.4 140.7) |
| OKLCH | oklch(0.722 0.217 145.0) |
Copy-ready code
/* CSS */
color: #20c63f;
background-color: #20c63f;
/* Tailwind (arbitrary) */
class="text-[#20c63f] bg-[#20c63f]"
/* SCSS */
$brand: #20c63f;
/* SwiftUI */
Color(red: 0.125, green: 0.776, blue: 0.247)
/* Android */
Color.parseColor("#20c63f")Accessibility — WCAG contrast
Aa
#20c63f on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20c63f on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green77.6%
Blue24.7%
CMYK percentages
Cyan83.8%
Magenta0.0%
Yellow68.2%
Key (black)22.4%
Color previews
#20c63f text on a black background
contrast 9.21:1
Card sample
#20c63f text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20c63f;
Background color
Panel with #20c63f background
background-color: #20c63f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20c63f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 198, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 198, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20c63f; background: linear-gradient(135deg, #20c63f, #20C6AE);