#529310
a dark, electric green · cool · closest name: olivedrab
RGB
82, 147, 16
HSL
90°, 80%, 32%
CMYK
44, 0, 89, 42
Luminance
0.2270
Every format
| HEX | #529310 |
| RGB | rgb(82, 147, 16) |
| HSL | hsl(90, 80%, 32%) |
| CMYK | cmyk(44%, 0%, 89%, 42%) |
| LAB | lab(54.8 -40.9 54.8) |
| LCH | lch(54.8 68.4 126.7) |
| OKLCH | oklch(0.596 0.166 134.1) |
Copy-ready code
/* CSS */
color: #529310;
background-color: #529310;
/* Tailwind (arbitrary) */
class="text-[#529310] bg-[#529310]"
/* SCSS */
$brand: #529310;
/* SwiftUI */
Color(red: 0.322, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#529310")Accessibility — WCAG contrast
Aa
#529310 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#529310 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green57.6%
Blue6.3%
CMYK percentages
Cyan44.2%
Magenta0.0%
Yellow89.1%
Key (black)42.4%
Color previews
#529310 text on a black background
contrast 5.54:1
Card sample
#529310 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #529310;
Background color
Panel with #529310 background
background-color: #529310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #529310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #529310; background: linear-gradient(135deg, #529310, #109325);