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