#35a310
a dark, electric green · cool · closest name: green
RGB
53, 163, 16
HSL
105°, 82%, 35%
CMYK
68, 0, 90, 36
Luminance
0.2699
Every format
| HEX | #35a310 |
| RGB | rgb(53, 163, 16) |
| HSL | hsl(105, 82%, 35%) |
| CMYK | cmyk(68%, 0%, 90%, 36%) |
| LAB | lab(59.0 -55.0 58.0) |
| LCH | lch(59.0 79.9 133.5) |
| OKLCH | oklch(0.628 0.197 140.1) |
Copy-ready code
/* CSS */
color: #35a310;
background-color: #35a310;
/* Tailwind (arbitrary) */
class="text-[#35a310] bg-[#35a310]"
/* SCSS */
$brand: #35a310;
/* SwiftUI */
Color(red: 0.208, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#35a310")Accessibility — WCAG contrast
Aa
#35a310 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#35a310 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green63.9%
Blue6.3%
CMYK percentages
Cyan67.5%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#35a310 text on a black background
contrast 6.40:1
Card sample
#35a310 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35a310;
Background color
Panel with #35a310 background
background-color: #35a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35a310; background: linear-gradient(135deg, #35a310, #10A34D);