#529913
a dark, electric green · cool · closest name: forestgreen
RGB
82, 153, 19
HSL
92°, 78%, 34%
CMYK
46, 0, 88, 40
Luminance
0.2462
Every format
| HEX | #529913 |
| RGB | rgb(82, 153, 19) |
| HSL | hsl(92, 78%, 34%) |
| CMYK | cmyk(46%, 0%, 88%, 40%) |
| LAB | lab(56.7 -43.3 55.8) |
| LCH | lch(56.7 70.6 127.8) |
| OKLCH | oklch(0.612 0.172 134.9) |
Copy-ready code
/* CSS */
color: #529913;
background-color: #529913;
/* Tailwind (arbitrary) */
class="text-[#529913] bg-[#529913]"
/* SCSS */
$brand: #529913;
/* SwiftUI */
Color(red: 0.322, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#529913")Accessibility — WCAG contrast
Aa
#529913 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#529913 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green60.0%
Blue7.5%
CMYK percentages
Cyan46.4%
Magenta0.0%
Yellow87.6%
Key (black)40.0%
Color previews
#529913 text on a black background
contrast 5.92:1
Card sample
#529913 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #529913;
Background color
Panel with #529913 background
background-color: #529913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #529913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #529913; background: linear-gradient(135deg, #529913, #13992D);