#536f59
a dark, muted green · cool · closest name: darkslategray
RGB
83, 111, 89
HSL
133°, 14%, 38%
CMYK
25, 0, 20, 57
Luminance
0.1393
Every format
| HEX | #536f59 |
| RGB | rgb(83, 111, 89) |
| HSL | hsl(133, 14%, 38%) |
| CMYK | cmyk(25%, 0%, 20%, 57%) |
| LAB | lab(44.1 -15.1 9.0) |
| LCH | lch(44.1 17.6 149.3) |
| OKLCH | oklch(0.513 0.048 151.0) |
Copy-ready code
/* CSS */
color: #536f59;
background-color: #536f59;
/* Tailwind (arbitrary) */
class="text-[#536f59] bg-[#536f59]"
/* SCSS */
$brand: #536f59;
/* SwiftUI */
Color(red: 0.325, green: 0.435, blue: 0.349)
/* Android */
Color.parseColor("#536f59")Accessibility — WCAG contrast
Aa
#536f59 on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536f59 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green43.5%
Blue34.9%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow19.8%
Key (black)56.5%
Color previews
#536f59 text on a black background
contrast 3.79:1
Card sample
#536f59 text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536f59;
Background color
Panel with #536f59 background
background-color: #536f59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536f59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 111, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 111, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536f59; background: linear-gradient(135deg, #536f59, #536F6C);