#528010
a dark, electric green · cool · closest name: olivedrab
RGB
82, 128, 16
HSL
85°, 78%, 28%
CMYK
36, 0, 88, 50
Luminance
0.1727
Every format
| HEX | #528010 |
| RGB | rgb(82, 128, 16) |
| HSL | hsl(85, 78%, 28%) |
| CMYK | cmyk(36%, 0%, 88%, 50%) |
| LAB | lab(48.6 -32.6 49.5) |
| LCH | lch(48.6 59.3 123.4) |
| OKLCH | oklch(0.546 0.142 130.8) |
Copy-ready code
/* CSS */
color: #528010;
background-color: #528010;
/* Tailwind (arbitrary) */
class="text-[#528010] bg-[#528010]"
/* SCSS */
$brand: #528010;
/* SwiftUI */
Color(red: 0.322, green: 0.502, blue: 0.063)
/* Android */
Color.parseColor("#528010")Accessibility — WCAG contrast
Aa
#528010 on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#528010 on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green50.2%
Blue6.3%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow87.5%
Key (black)49.8%
Color previews
#528010 text on a black background
contrast 4.45:1
Card sample
#528010 text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528010;
Background color
Panel with #528010 background
background-color: #528010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 128, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 128, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528010; background: linear-gradient(135deg, #528010, #108019);