#35cc56
a balanced, vivid green · cool · closest name: forestgreen
RGB
53, 204, 86
HSL
133°, 60%, 50%
CMYK
74, 0, 58, 20
Luminance
0.4461
Every format
| HEX | #35cc56 |
| RGB | rgb(53, 204, 86) |
| HSL | hsl(133, 60%, 50%) |
| CMYK | cmyk(74%, 0%, 58%, 20%) |
| LAB | lab(72.6 -62.8 47.0) |
| LCH | lch(72.6 78.5 143.2) |
| OKLCH | oklch(0.743 0.203 146.6) |
Copy-ready code
/* CSS */
color: #35cc56;
background-color: #35cc56;
/* Tailwind (arbitrary) */
class="text-[#35cc56] bg-[#35cc56]"
/* SCSS */
$brand: #35cc56;
/* SwiftUI */
Color(red: 0.208, green: 0.800, blue: 0.337)
/* Android */
Color.parseColor("#35cc56")Accessibility — WCAG contrast
Aa
#35cc56 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35cc56 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green80.0%
Blue33.7%
CMYK percentages
Cyan74.0%
Magenta0.0%
Yellow57.8%
Key (black)20.0%
Color previews
#35cc56 text on a black background
contrast 9.92:1
Card sample
#35cc56 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35cc56;
Background color
Panel with #35cc56 background
background-color: #35cc56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35cc56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 204, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 204, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35cc56; background: linear-gradient(135deg, #35cc56, #35CCBB);