#529621
a dark, vivid green · cool · closest name: forestgreen
RGB
82, 150, 33
HSL
95°, 64%, 36%
CMYK
45, 0, 78, 41
Luminance
0.2372
Every format
| HEX | #529621 |
| RGB | rgb(82, 150, 33) |
| HSL | hsl(95, 64%, 36%) |
| CMYK | cmyk(45%, 0%, 78%, 41%) |
| LAB | lab(55.8 -41.3 51.0) |
| LCH | lch(55.8 65.7 129.0) |
| OKLCH | oklch(0.605 0.162 135.4) |
Copy-ready code
/* CSS */
color: #529621;
background-color: #529621;
/* Tailwind (arbitrary) */
class="text-[#529621] bg-[#529621]"
/* SCSS */
$brand: #529621;
/* SwiftUI */
Color(red: 0.322, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#529621")Accessibility — WCAG contrast
Aa
#529621 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#529621 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green58.8%
Blue12.9%
CMYK percentages
Cyan45.3%
Magenta0.0%
Yellow78.0%
Key (black)41.2%
Color previews
#529621 text on a black background
contrast 5.74:1
Card sample
#529621 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #529621;
Background color
Panel with #529621 background
background-color: #529621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #529621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #529621; background: linear-gradient(135deg, #529621, #21963E);