#527310
a dark, electric green · cool · closest name: olivedrab
RGB
82, 115, 16
HSL
80°, 76%, 26%
CMYK
29, 0, 86, 55
Luminance
0.1409
Every format
| HEX | #527310 |
| RGB | rgb(82, 115, 16) |
| HSL | hsl(80, 76%, 26%) |
| CMYK | cmyk(29%, 0%, 86%, 55%) |
| LAB | lab(44.4 -26.5 45.8) |
| LCH | lch(44.4 52.9 120.1) |
| OKLCH | oklch(0.511 0.126 127.5) |
Copy-ready code
/* CSS */
color: #527310;
background-color: #527310;
/* Tailwind (arbitrary) */
class="text-[#527310] bg-[#527310]"
/* SCSS */
$brand: #527310;
/* SwiftUI */
Color(red: 0.322, green: 0.451, blue: 0.063)
/* Android */
Color.parseColor("#527310")Accessibility — WCAG contrast
Aa
#527310 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#527310 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green45.1%
Blue6.3%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow86.1%
Key (black)54.9%
Color previews
#527310 text on a black background
contrast 3.82:1
Card sample
#527310 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #527310;
Background color
Panel with #527310 background
background-color: #527310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #527310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 115, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 115, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #527310; background: linear-gradient(135deg, #527310, #107310);