#35c721
a balanced, vivid green · cool · closest name: green
RGB
53, 199, 33
HSL
113°, 72%, 46%
CMYK
73, 0, 83, 22
Luminance
0.4171
Every format
| HEX | #35c721 |
| RGB | rgb(53, 199, 33) |
| HSL | hsl(113, 72%, 46%) |
| CMYK | cmyk(73%, 0%, 83%, 22%) |
| LAB | lab(70.7 -65.8 64.6) |
| LCH | lch(70.7 92.2 135.6) |
| OKLCH | oklch(0.726 0.229 141.6) |
Copy-ready code
/* CSS */
color: #35c721;
background-color: #35c721;
/* Tailwind (arbitrary) */
class="text-[#35c721] bg-[#35c721]"
/* SCSS */
$brand: #35c721;
/* SwiftUI */
Color(red: 0.208, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#35c721")Accessibility — WCAG contrast
Aa
#35c721 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35c721 on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green78.0%
Blue12.9%
CMYK percentages
Cyan73.4%
Magenta0.0%
Yellow83.4%
Key (black)22.0%
Color previews
#35c721 text on a black background
contrast 9.34:1
Card sample
#35c721 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35c721;
Background color
Panel with #35c721 background
background-color: #35c721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35c721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35c721; background: linear-gradient(135deg, #35c721, #21C77C);