#527a1f
a dark, vivid green · cool · closest name: olivedrab
RGB
82, 122, 31
HSL
86°, 60%, 30%
CMYK
33, 0, 75, 52
Luminance
0.1581
Every format
| HEX | #527a1f |
| RGB | rgb(82, 122, 31) |
| HSL | hsl(86, 60%, 30%) |
| CMYK | cmyk(33%, 0%, 75%, 52%) |
| LAB | lab(46.7 -29.1 42.9) |
| LCH | lch(46.7 51.8 124.1) |
| OKLCH | oklch(0.531 0.127 130.5) |
Copy-ready code
/* CSS */
color: #527a1f;
background-color: #527a1f;
/* Tailwind (arbitrary) */
class="text-[#527a1f] bg-[#527a1f]"
/* SCSS */
$brand: #527a1f;
/* SwiftUI */
Color(red: 0.322, green: 0.478, blue: 0.122)
/* Android */
Color.parseColor("#527a1f")Accessibility — WCAG contrast
Aa
#527a1f on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#527a1f on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green47.8%
Blue12.2%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow74.6%
Key (black)52.2%
Color previews
#527a1f text on a black background
contrast 4.16:1
Card sample
#527a1f text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #527a1f;
Background color
Panel with #527a1f background
background-color: #527a1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #527a1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 122, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 122, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #527a1f; background: linear-gradient(135deg, #527a1f, #1F7A29);