#528100
a dark, electric green · cool · closest name: olivedrab
RGB
82, 129, 0
HSL
82°, 100%, 25%
CMYK
36, 0, 100, 49
Luminance
0.1749
Every format
| HEX | #528100 |
| RGB | rgb(82, 129, 0) |
| HSL | hsl(82, 100%, 25%) |
| CMYK | cmyk(36%, 0%, 100%, 49%) |
| LAB | lab(48.9 -33.6 53.0) |
| LCH | lch(48.9 62.7 122.4) |
| OKLCH | oklch(0.548 0.148 130.4) |
Copy-ready code
/* CSS */
color: #528100;
background-color: #528100;
/* Tailwind (arbitrary) */
class="text-[#528100] bg-[#528100]"
/* SCSS */
$brand: #528100;
/* SwiftUI */
Color(red: 0.322, green: 0.506, blue: 0.000)
/* Android */
Color.parseColor("#528100")Accessibility — WCAG contrast
Aa
#528100 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#528100 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green50.6%
Blue0.0%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow100.0%
Key (black)49.4%
Color previews
#528100 text on a black background
contrast 4.50:1
Card sample
#528100 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528100;
Background color
Panel with #528100 background
background-color: #528100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 129, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 129, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528100; background: linear-gradient(135deg, #528100, #008104);