#525e21
a deep, vivid green · cool · closest name: olivedrab
RGB
82, 94, 33
HSL
72°, 48%, 25%
CMYK
13, 0, 65, 63
Luminance
0.0991
Every format
| HEX | #525e21 |
| RGB | rgb(82, 94, 33) |
| HSL | hsl(72, 48%, 25%) |
| CMYK | cmyk(13%, 0%, 65%, 63%) |
| LAB | lab(37.7 -14.5 32.5) |
| LCH | lch(37.7 35.6 114.0) |
| OKLCH | oklch(0.458 0.086 119.3) |
Copy-ready code
/* CSS */
color: #525e21;
background-color: #525e21;
/* Tailwind (arbitrary) */
class="text-[#525e21] bg-[#525e21]"
/* SCSS */
$brand: #525e21;
/* SwiftUI */
Color(red: 0.322, green: 0.369, blue: 0.129)
/* Android */
Color.parseColor("#525e21")Accessibility — WCAG contrast
Aa
#525e21 on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#525e21 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green36.9%
Blue12.9%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow64.9%
Key (black)63.1%
Color previews
#525e21 text on a black background
contrast 2.98:1
Card sample
#525e21 text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #525e21;
Background color
Panel with #525e21 background
background-color: #525e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #525e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 94, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 94, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #525e21; background: linear-gradient(135deg, #525e21, #295E21);