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