#527821
a dark, vivid green · cool · closest name: olivedrab
RGB
82, 120, 33
HSL
86°, 57%, 30%
CMYK
32, 0, 73, 53
Luminance
0.1534
Every format
| HEX | #527821 |
| RGB | rgb(82, 120, 33) |
| HSL | hsl(86, 57%, 30%) |
| CMYK | cmyk(32%, 0%, 73%, 53%) |
| LAB | lab(46.1 -27.9 41.4) |
| LCH | lch(46.1 50.0 124.0) |
| OKLCH | oklch(0.526 0.123 130.2) |
Copy-ready code
/* CSS */
color: #527821;
background-color: #527821;
/* Tailwind (arbitrary) */
class="text-[#527821] bg-[#527821]"
/* SCSS */
$brand: #527821;
/* SwiftUI */
Color(red: 0.322, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#527821")Accessibility — WCAG contrast
Aa
#527821 on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#527821 on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green47.1%
Blue12.9%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow72.5%
Key (black)52.9%
Color previews
#527821 text on a black background
contrast 4.07:1
Card sample
#527821 text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #527821;
Background color
Panel with #527821 background
background-color: #527821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #527821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #527821; background: linear-gradient(135deg, #527821, #21782A);