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