#34ae13
a dark, electric green · cool · closest name: green
RGB
52, 174, 19
HSL
107°, 80%, 38%
CMYK
70, 0, 89, 32
Luminance
0.3105
Every format
| HEX | #34ae13 |
| RGB | rgb(52, 174, 19) |
| HSL | hsl(107, 80%, 38%) |
| CMYK | cmyk(70%, 0%, 89%, 32%) |
| LAB | lab(62.5 -58.7 60.5) |
| LCH | lch(62.5 84.3 134.1) |
| OKLCH | oklch(0.658 0.208 140.6) |
Copy-ready code
/* CSS */
color: #34ae13;
background-color: #34ae13;
/* Tailwind (arbitrary) */
class="text-[#34ae13] bg-[#34ae13]"
/* SCSS */
$brand: #34ae13;
/* SwiftUI */
Color(red: 0.204, green: 0.682, blue: 0.075)
/* Android */
Color.parseColor("#34ae13")Accessibility — WCAG contrast
Aa
#34ae13 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34ae13 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green68.2%
Blue7.5%
CMYK percentages
Cyan70.1%
Magenta0.0%
Yellow89.1%
Key (black)31.8%
Color previews
#34ae13 text on a black background
contrast 7.21:1
Card sample
#34ae13 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34ae13;
Background color
Panel with #34ae13 background
background-color: #34ae13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34ae13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 174, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 174, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34ae13; background: linear-gradient(135deg, #34ae13, #13AE59);