#528115
a dark, vivid green · cool · closest name: olivedrab
RGB
82, 129, 21
HSL
86°, 72%, 29%
CMYK
36, 0, 84, 49
Luminance
0.1755
Every format
| HEX | #528115 |
| RGB | rgb(82, 129, 21) |
| HSL | hsl(86, 72%, 29%) |
| CMYK | cmyk(36%, 0%, 84%, 49%) |
| LAB | lab(48.9 -32.9 48.4) |
| LCH | lch(48.9 58.5 124.2) |
| OKLCH | oklch(0.549 0.142 131.3) |
Copy-ready code
/* CSS */
color: #528115;
background-color: #528115;
/* Tailwind (arbitrary) */
class="text-[#528115] bg-[#528115]"
/* SCSS */
$brand: #528115;
/* SwiftUI */
Color(red: 0.322, green: 0.506, blue: 0.082)
/* Android */
Color.parseColor("#528115")Accessibility — WCAG contrast
Aa
#528115 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#528115 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green50.6%
Blue8.2%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow83.7%
Key (black)49.4%
Color previews
#528115 text on a black background
contrast 4.51:1
Card sample
#528115 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528115;
Background color
Panel with #528115 background
background-color: #528115;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528115;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 129, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 129, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528115; background: linear-gradient(135deg, #528115, #158120);