#536f2a
a dark, vivid green · cool · closest name: olivedrab
RGB
83, 111, 42
HSL
84°, 45%, 30%
CMYK
25, 0, 62, 57
Luminance
0.1338
Every format
| HEX | #536f2a |
| RGB | rgb(83, 111, 42) |
| HSL | hsl(84, 45%, 30%) |
| CMYK | cmyk(25%, 0%, 62%, 57%) |
| LAB | lab(43.3 -22.3 34.4) |
| LCH | lch(43.3 41.0 123.0) |
| OKLCH | oklch(0.504 0.102 128.2) |
Copy-ready code
/* CSS */
color: #536f2a;
background-color: #536f2a;
/* Tailwind (arbitrary) */
class="text-[#536f2a] bg-[#536f2a]"
/* SCSS */
$brand: #536f2a;
/* SwiftUI */
Color(red: 0.325, green: 0.435, blue: 0.165)
/* Android */
Color.parseColor("#536f2a")Accessibility — WCAG contrast
Aa
#536f2a on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536f2a on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green43.5%
Blue16.5%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow62.2%
Key (black)56.5%
Color previews
#536f2a text on a black background
contrast 3.68:1
Card sample
#536f2a text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536f2a;
Background color
Panel with #536f2a background
background-color: #536f2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536f2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 111, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 111, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536f2a; background: linear-gradient(135deg, #536f2a, #2A6F2F);