#536f6b
a dark, muted cyan · cool · closest name: darkslategray
RGB
83, 111, 107
HSL
171°, 14%, 38%
CMYK
25, 0, 4, 57
Luminance
0.1427
Every format
| HEX | #536f6b |
| RGB | rgb(83, 111, 107) |
| HSL | hsl(171, 14%, 38%) |
| CMYK | cmyk(25%, 0%, 4%, 57%) |
| LAB | lab(44.6 -11.1 -1.1) |
| LCH | lch(44.6 11.2 185.7) |
| OKLCH | oklch(0.518 0.033 185.4) |
Copy-ready code
/* CSS */
color: #536f6b;
background-color: #536f6b;
/* Tailwind (arbitrary) */
class="text-[#536f6b] bg-[#536f6b]"
/* SCSS */
$brand: #536f6b;
/* SwiftUI */
Color(red: 0.325, green: 0.435, blue: 0.420)
/* Android */
Color.parseColor("#536f6b")Accessibility — WCAG contrast
Aa
#536f6b on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536f6b on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green43.5%
Blue42.0%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow3.6%
Key (black)56.5%
Color previews
#536f6b text on a black background
contrast 3.85:1
Card sample
#536f6b text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536f6b;
Background color
Panel with #536f6b background
background-color: #536f6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536f6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 111, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 111, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536f6b; background: linear-gradient(135deg, #536f6b, #53606F);