#527a0a
a dark, electric green · cool · closest name: olivedrab
RGB
82, 122, 10
HSL
81°, 85%, 26%
CMYK
33, 0, 92, 52
Luminance
0.1573
Every format
| HEX | #527a0a |
| RGB | rgb(82, 122, 10) |
| HSL | hsl(81, 85%, 26%) |
| CMYK | cmyk(33%, 0%, 92%, 52%) |
| LAB | lab(46.6 -30.1 49.1) |
| LCH | lch(46.6 57.6 121.5) |
| OKLCH | oklch(0.530 0.137 129.2) |
Copy-ready code
/* CSS */
color: #527a0a;
background-color: #527a0a;
/* Tailwind (arbitrary) */
class="text-[#527a0a] bg-[#527a0a]"
/* SCSS */
$brand: #527a0a;
/* SwiftUI */
Color(red: 0.322, green: 0.478, blue: 0.039)
/* Android */
Color.parseColor("#527a0a")Accessibility — WCAG contrast
Aa
#527a0a on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#527a0a on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green47.8%
Blue3.9%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow91.8%
Key (black)52.2%
Color previews
#527a0a text on a black background
contrast 4.15:1
Card sample
#527a0a text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #527a0a;
Background color
Panel with #527a0a background
background-color: #527a0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #527a0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 122, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 122, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #527a0a; background: linear-gradient(135deg, #527a0a, #0A7A0D);