#229813
a dark, electric green · cool · closest name: green
RGB
34, 152, 19
HSL
113°, 78%, 34%
CMYK
78, 0, 88, 40
Luminance
0.2284
Every format
| HEX | #229813 |
| RGB | rgb(34, 152, 19) |
| HSL | hsl(113, 78%, 34%) |
| CMYK | cmyk(78%, 0%, 88%, 40%) |
| LAB | lab(54.9 -54.8 53.7) |
| LCH | lch(54.9 76.7 135.6) |
| OKLCH | oklch(0.593 0.190 141.7) |
Copy-ready code
/* CSS */
color: #229813;
background-color: #229813;
/* Tailwind (arbitrary) */
class="text-[#229813] bg-[#229813]"
/* SCSS */
$brand: #229813;
/* SwiftUI */
Color(red: 0.133, green: 0.596, blue: 0.075)
/* Android */
Color.parseColor("#229813")Accessibility — WCAG contrast
Aa
#229813 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#229813 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green59.6%
Blue7.5%
CMYK percentages
Cyan77.6%
Magenta0.0%
Yellow87.5%
Key (black)40.4%
Color previews
#229813 text on a black background
contrast 5.57:1
Card sample
#229813 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #229813;
Background color
Panel with #229813 background
background-color: #229813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #229813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 152, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 152, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #229813; background: linear-gradient(135deg, #229813, #13985D);