#526321
a dark, vivid green · cool · closest name: olivedrab
RGB
82, 99, 33
HSL
76°, 50%, 26%
CMYK
17, 0, 67, 61
Luminance
0.1083
Every format
| HEX | #526321 |
| RGB | rgb(82, 99, 33) |
| HSL | hsl(76, 50%, 26%) |
| CMYK | cmyk(17%, 0%, 67%, 61%) |
| LAB | lab(39.3 -17.2 34.3) |
| LCH | lch(39.3 38.4 116.7) |
| OKLCH | oklch(0.471 0.093 122.3) |
Copy-ready code
/* CSS */
color: #526321;
background-color: #526321;
/* Tailwind (arbitrary) */
class="text-[#526321] bg-[#526321]"
/* SCSS */
$brand: #526321;
/* SwiftUI */
Color(red: 0.322, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#526321")Accessibility — WCAG contrast
Aa
#526321 on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#526321 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green38.8%
Blue12.9%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow66.7%
Key (black)61.2%
Color previews
#526321 text on a black background
contrast 3.17:1
Card sample
#526321 text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #526321;
Background color
Panel with #526321 background
background-color: #526321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #526321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #526321; background: linear-gradient(135deg, #526321, #266321);