#528310
a dark, electric green · cool · closest name: olivedrab
RGB
82, 131, 16
HSL
86°, 78%, 29%
CMYK
37, 0, 88, 49
Luminance
0.1806
Every format
| HEX | #528310 |
| RGB | rgb(82, 131, 16) |
| HSL | hsl(86, 78%, 29%) |
| CMYK | cmyk(37%, 0%, 88%, 49%) |
| LAB | lab(49.6 -34.0 50.3) |
| LCH | lch(49.6 60.7 124.0) |
| OKLCH | oklch(0.554 0.146 131.4) |
Copy-ready code
/* CSS */
color: #528310;
background-color: #528310;
/* Tailwind (arbitrary) */
class="text-[#528310] bg-[#528310]"
/* SCSS */
$brand: #528310;
/* SwiftUI */
Color(red: 0.322, green: 0.514, blue: 0.063)
/* Android */
Color.parseColor("#528310")Accessibility — WCAG contrast
Aa
#528310 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#528310 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green51.4%
Blue6.3%
CMYK percentages
Cyan37.4%
Magenta0.0%
Yellow87.8%
Key (black)48.6%
Color previews
#528310 text on a black background
contrast 4.61:1
Card sample
#528310 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528310;
Background color
Panel with #528310 background
background-color: #528310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 131, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 131, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528310; background: linear-gradient(135deg, #528310, #10831B);