#536f5c
a dark, muted green · cool · closest name: darkslategray
RGB
83, 111, 92
HSL
139°, 14%, 38%
CMYK
25, 0, 17, 57
Luminance
0.1398
Every format
| HEX | #536f5c |
| RGB | rgb(83, 111, 92) |
| HSL | hsl(139, 14%, 38%) |
| CMYK | cmyk(25%, 0%, 17%, 57%) |
| LAB | lab(44.2 -14.5 7.3) |
| LCH | lch(44.2 16.2 153.3) |
| OKLCH | oklch(0.514 0.044 154.9) |
Copy-ready code
/* CSS */
color: #536f5c;
background-color: #536f5c;
/* Tailwind (arbitrary) */
class="text-[#536f5c] bg-[#536f5c]"
/* SCSS */
$brand: #536f5c;
/* SwiftUI */
Color(red: 0.325, green: 0.435, blue: 0.361)
/* Android */
Color.parseColor("#536f5c")Accessibility — WCAG contrast
Aa
#536f5c on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536f5c on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green43.5%
Blue36.1%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow17.1%
Key (black)56.5%
Color previews
#536f5c text on a black background
contrast 3.80:1
Card sample
#536f5c text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536f5c;
Background color
Panel with #536f5c background
background-color: #536f5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536f5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 111, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 111, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536f5c; background: linear-gradient(135deg, #536f5c, #536F6F);