#526021
a dark, vivid green · cool · closest name: olivedrab
RGB
82, 96, 33
HSL
73°, 49%, 25%
CMYK
15, 0, 66, 62
Luminance
0.1027
Every format
| HEX | #526021 |
| RGB | rgb(82, 96, 33) |
| HSL | hsl(73, 49%, 25%) |
| CMYK | cmyk(15%, 0%, 66%, 62%) |
| LAB | lab(38.3 -15.6 33.2) |
| LCH | lch(38.3 36.7 115.1) |
| OKLCH | oklch(0.463 0.089 120.6) |
Copy-ready code
/* CSS */
color: #526021;
background-color: #526021;
/* Tailwind (arbitrary) */
class="text-[#526021] bg-[#526021]"
/* SCSS */
$brand: #526021;
/* SwiftUI */
Color(red: 0.322, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#526021")Accessibility — WCAG contrast
Aa
#526021 on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#526021 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green37.6%
Blue12.9%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#526021 text on a black background
contrast 3.05:1
Card sample
#526021 text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #526021;
Background color
Panel with #526021 background
background-color: #526021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #526021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #526021; background: linear-gradient(135deg, #526021, #286021);