#536f1f
a dark, vivid green · cool · closest name: olivedrab
RGB
83, 111, 31
HSL
81°, 56%, 28%
CMYK
25, 0, 72, 57
Luminance
0.1331
Every format
| HEX | #536f1f |
| RGB | rgb(83, 111, 31) |
| HSL | hsl(81, 56%, 28%) |
| CMYK | cmyk(25%, 0%, 72%, 57%) |
| LAB | lab(43.2 -23.2 39.4) |
| LCH | lch(43.2 45.7 120.6) |
| OKLCH | oklch(0.503 0.111 126.8) |
Copy-ready code
/* CSS */
color: #536f1f;
background-color: #536f1f;
/* Tailwind (arbitrary) */
class="text-[#536f1f] bg-[#536f1f]"
/* SCSS */
$brand: #536f1f;
/* SwiftUI */
Color(red: 0.325, green: 0.435, blue: 0.122)
/* Android */
Color.parseColor("#536f1f")Accessibility — WCAG contrast
Aa
#536f1f on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536f1f on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green43.5%
Blue12.2%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow72.1%
Key (black)56.5%
Color previews
#536f1f text on a black background
contrast 3.66:1
Card sample
#536f1f text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536f1f;
Background color
Panel with #536f1f background
background-color: #536f1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536f1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 111, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 111, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536f1f; background: linear-gradient(135deg, #536f1f, #1F6F20);