#536613
a deep, vivid green · cool · closest name: olivedrab
RGB
83, 102, 19
HSL
74°, 69%, 24%
CMYK
19, 0, 81, 60
Luminance
0.1139
Every format
| HEX | #536613 |
| RGB | rgb(83, 102, 19) |
| HSL | hsl(74, 69%, 24%) |
| CMYK | cmyk(19%, 0%, 81%, 60%) |
| LAB | lab(40.2 -19.3 41.1) |
| LCH | lch(40.2 45.4 115.2) |
| OKLCH | oklch(0.478 0.107 122.2) |
Copy-ready code
/* CSS */
color: #536613;
background-color: #536613;
/* Tailwind (arbitrary) */
class="text-[#536613] bg-[#536613]"
/* SCSS */
$brand: #536613;
/* SwiftUI */
Color(red: 0.325, green: 0.400, blue: 0.075)
/* Android */
Color.parseColor("#536613")Accessibility — WCAG contrast
Aa
#536613 on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536613 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green40.0%
Blue7.5%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow81.4%
Key (black)60.0%
Color previews
#536613 text on a black background
contrast 3.28:1
Card sample
#536613 text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536613;
Background color
Panel with #536613 background
background-color: #536613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 102, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 102, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536613; background: linear-gradient(135deg, #536613, #1C6613);