#536721
a dark, vivid green · cool · closest name: olivedrab
RGB
83, 103, 33
HSL
77°, 52%, 27%
CMYK
19, 0, 68, 60
Luminance
0.1165
Every format
| HEX | #536721 |
| RGB | rgb(83, 103, 33) |
| HSL | hsl(77, 52%, 27%) |
| CMYK | cmyk(19%, 0%, 68%, 60%) |
| LAB | lab(40.6 -18.9 35.8) |
| LCH | lch(40.6 40.5 117.9) |
| OKLCH | oklch(0.482 0.098 123.7) |
Copy-ready code
/* CSS */
color: #536721;
background-color: #536721;
/* Tailwind (arbitrary) */
class="text-[#536721] bg-[#536721]"
/* SCSS */
$brand: #536721;
/* SwiftUI */
Color(red: 0.325, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#536721")Accessibility — WCAG contrast
Aa
#536721 on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536721 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green40.4%
Blue12.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#536721 text on a black background
contrast 3.33:1
Card sample
#536721 text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536721;
Background color
Panel with #536721 background
background-color: #536721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536721; background: linear-gradient(135deg, #536721, #246721);