#528607
a dark, electric green · cool · closest name: olivedrab
RGB
82, 134, 7
HSL
85°, 90%, 28%
CMYK
39, 0, 95, 48
Luminance
0.1886
Every format
| HEX | #528607 |
| RGB | rgb(82, 134, 7) |
| HSL | hsl(85, 90%, 28%) |
| CMYK | cmyk(39%, 0%, 95%, 48%) |
| LAB | lab(50.5 -35.6 52.9) |
| LCH | lch(50.5 63.8 123.9) |
| OKLCH | oklch(0.562 0.153 131.7) |
Copy-ready code
/* CSS */
color: #528607;
background-color: #528607;
/* Tailwind (arbitrary) */
class="text-[#528607] bg-[#528607]"
/* SCSS */
$brand: #528607;
/* SwiftUI */
Color(red: 0.322, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#528607")Accessibility — WCAG contrast
Aa
#528607 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#528607 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green52.5%
Blue2.7%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#528607 text on a black background
contrast 4.77:1
Card sample
#528607 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528607;
Background color
Panel with #528607 background
background-color: #528607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528607; background: linear-gradient(135deg, #528607, #078611);