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