#536f1b
a dark, vivid green · cool · closest name: olivedrab
RGB
83, 111, 27
HSL
80°, 61%, 27%
CMYK
25, 0, 76, 57
Luminance
0.1329
Every format
| HEX | #536f1b |
| RGB | rgb(83, 111, 27) |
| HSL | hsl(80, 61%, 27%) |
| CMYK | cmyk(25%, 0%, 76%, 57%) |
| LAB | lab(43.2 -23.5 41.0) |
| LCH | lch(43.2 47.2 119.9) |
| OKLCH | oklch(0.502 0.114 126.4) |
Copy-ready code
/* CSS */
color: #536f1b;
background-color: #536f1b;
/* Tailwind (arbitrary) */
class="text-[#536f1b] bg-[#536f1b]"
/* SCSS */
$brand: #536f1b;
/* SwiftUI */
Color(red: 0.325, green: 0.435, blue: 0.106)
/* Android */
Color.parseColor("#536f1b")Accessibility — WCAG contrast
Aa
#536f1b on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536f1b on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green43.5%
Blue10.6%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow75.7%
Key (black)56.5%
Color previews
#536f1b text on a black background
contrast 3.66:1
Card sample
#536f1b text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536f1b;
Background color
Panel with #536f1b background
background-color: #536f1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536f1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 111, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 111, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536f1b; background: linear-gradient(135deg, #536f1b, #1B6F1B);