#536f7b
a dark, soft cyan · cool · closest name: gray
RGB
83, 111, 123
HSL
198°, 19%, 40%
CMYK
33, 10, 0, 52
Luminance
0.1464
Every format
| HEX | #536f7b |
| RGB | rgb(83, 111, 123) |
| HSL | hsl(198, 19%, 40%) |
| CMYK | cmyk(33%, 10%, 0%, 52%) |
| LAB | lab(45.1 -7.0 -9.9) |
| LCH | lch(45.1 12.2 234.7) |
| OKLCH | oklch(0.524 0.038 226.1) |
Copy-ready code
/* CSS */
color: #536f7b;
background-color: #536f7b;
/* Tailwind (arbitrary) */
class="text-[#536f7b] bg-[#536f7b]"
/* SCSS */
$brand: #536f7b;
/* SwiftUI */
Color(red: 0.325, green: 0.435, blue: 0.482)
/* Android */
Color.parseColor("#536f7b")Accessibility — WCAG contrast
Aa
#536f7b on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536f7b on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green43.5%
Blue48.2%
CMYK percentages
Cyan32.5%
Magenta9.8%
Yellow0.0%
Key (black)51.8%
Color previews
#536f7b text on a black background
contrast 3.93:1
Card sample
#536f7b text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536f7b;
Background color
Panel with #536f7b background
background-color: #536f7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536f7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 111, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 111, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536f7b; background: linear-gradient(135deg, #536f7b, #53547B);