#536f79
a dark, soft cyan · cool · closest name: gray
RGB
83, 111, 121
HSL
196°, 19%, 40%
CMYK
31, 8, 0, 53
Luminance
0.1459
Every format
| HEX | #536f79 |
| RGB | rgb(83, 111, 121) |
| HSL | hsl(196, 19%, 40%) |
| CMYK | cmyk(31%, 8%, 0%, 53%) |
| LAB | lab(45.1 -7.6 -8.8) |
| LCH | lch(45.1 11.6 229.4) |
| OKLCH | oklch(0.523 0.036 221.8) |
Copy-ready code
/* CSS */
color: #536f79;
background-color: #536f79;
/* Tailwind (arbitrary) */
class="text-[#536f79] bg-[#536f79]"
/* SCSS */
$brand: #536f79;
/* SwiftUI */
Color(red: 0.325, green: 0.435, blue: 0.475)
/* Android */
Color.parseColor("#536f79")Accessibility — WCAG contrast
Aa
#536f79 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536f79 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green43.5%
Blue47.5%
CMYK percentages
Cyan31.4%
Magenta8.3%
Yellow0.0%
Key (black)52.5%
Color previews
#536f79 text on a black background
contrast 3.92:1
Card sample
#536f79 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536f79;
Background color
Panel with #536f79 background
background-color: #536f79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536f79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 111, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 111, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536f79; background: linear-gradient(135deg, #536f79, #535679);