#536421
a dark, vivid green · cool · closest name: olivedrab
RGB
83, 100, 33
HSL
75°, 50%, 26%
CMYK
17, 0, 67, 61
Luminance
0.1106
Every format
| HEX | #536421 |
| RGB | rgb(83, 100, 33) |
| HSL | hsl(75, 50%, 26%) |
| CMYK | cmyk(17%, 0%, 67%, 61%) |
| LAB | lab(39.7 -17.3 34.7) |
| LCH | lch(39.7 38.8 116.5) |
| OKLCH | oklch(0.474 0.094 122.2) |
Copy-ready code
/* CSS */
color: #536421;
background-color: #536421;
/* Tailwind (arbitrary) */
class="text-[#536421] bg-[#536421]"
/* SCSS */
$brand: #536421;
/* SwiftUI */
Color(red: 0.325, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#536421")Accessibility — WCAG contrast
Aa
#536421 on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536421 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green39.2%
Blue12.9%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#536421 text on a black background
contrast 3.21:1
Card sample
#536421 text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536421;
Background color
Panel with #536421 background
background-color: #536421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536421; background: linear-gradient(135deg, #536421, #266421);