#35c708
a dark, electric green · cool · closest name: lime
RGB
53, 199, 8
HSL
106°, 92%, 41%
CMYK
73, 0, 96, 22
Luminance
0.4162
Every format
| HEX | #35c708 |
| RGB | rgb(53, 199, 8) |
| HSL | hsl(106, 92%, 41%) |
| CMYK | cmyk(73%, 0%, 96%, 22%) |
| LAB | lab(70.6 -66.6 68.8) |
| LCH | lch(70.6 95.8 134.1) |
| OKLCH | oklch(0.725 0.235 140.8) |
Copy-ready code
/* CSS */
color: #35c708;
background-color: #35c708;
/* Tailwind (arbitrary) */
class="text-[#35c708] bg-[#35c708]"
/* SCSS */
$brand: #35c708;
/* SwiftUI */
Color(red: 0.208, green: 0.780, blue: 0.031)
/* Android */
Color.parseColor("#35c708")Accessibility — WCAG contrast
Aa
#35c708 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35c708 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green78.0%
Blue3.1%
CMYK percentages
Cyan73.4%
Magenta0.0%
Yellow96.0%
Key (black)22.0%
Color previews
#35c708 text on a black background
contrast 9.32:1
Card sample
#35c708 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35c708;
Background color
Panel with #35c708 background
background-color: #35c708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35c708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 199, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 199, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35c708; background: linear-gradient(135deg, #35c708, #08C75A);