#529708
a dark, electric green · cool · closest name: forestgreen
RGB
82, 151, 8
HSL
89°, 90%, 31%
CMYK
46, 0, 95, 41
Luminance
0.2394
Every format
| HEX | #529708 |
| RGB | rgb(82, 151, 8) |
| HSL | hsl(89, 90%, 31%) |
| CMYK | cmyk(46%, 0%, 95%, 41%) |
| LAB | lab(56.0 -42.8 57.3) |
| LCH | lch(56.0 71.5 126.8) |
| OKLCH | oklch(0.607 0.172 134.3) |
Copy-ready code
/* CSS */
color: #529708;
background-color: #529708;
/* Tailwind (arbitrary) */
class="text-[#529708] bg-[#529708]"
/* SCSS */
$brand: #529708;
/* SwiftUI */
Color(red: 0.322, green: 0.592, blue: 0.031)
/* Android */
Color.parseColor("#529708")Accessibility — WCAG contrast
Aa
#529708 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#529708 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green59.2%
Blue3.1%
CMYK percentages
Cyan45.7%
Magenta0.0%
Yellow94.7%
Key (black)40.8%
Color previews
#529708 text on a black background
contrast 5.79:1
Card sample
#529708 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #529708;
Background color
Panel with #529708 background
background-color: #529708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #529708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 151, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 151, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #529708; background: linear-gradient(135deg, #529708, #08971D);