#534f63
a dark, muted blue · warm · closest name: darkslategray
RGB
83, 79, 99
HSL
252°, 11%, 35%
CMYK
16, 20, 0, 61
Luminance
0.0833
Every format
| HEX | #534f63 |
| RGB | rgb(83, 79, 99) |
| HSL | hsl(252, 11%, 35%) |
| CMYK | cmyk(16%, 20%, 0%, 61%) |
| LAB | lab(34.7 6.2 -11.0) |
| LCH | lch(34.7 12.7 299.4) |
| OKLCH | oklch(0.439 0.033 294.2) |
Copy-ready code
/* CSS */
color: #534f63;
background-color: #534f63;
/* Tailwind (arbitrary) */
class="text-[#534f63] bg-[#534f63]"
/* SCSS */
$brand: #534f63;
/* SwiftUI */
Color(red: 0.325, green: 0.310, blue: 0.388)
/* Android */
Color.parseColor("#534f63")Accessibility — WCAG contrast
Aa
#534f63 on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#534f63 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green31.0%
Blue38.8%
CMYK percentages
Cyan16.2%
Magenta20.2%
Yellow0.0%
Key (black)61.2%
Color previews
#534f63 text on a black background
contrast 2.67:1
Card sample
#534f63 text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #534f63;
Background color
Panel with #534f63 background
background-color: #534f63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #534f63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 79, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 79, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #534f63; background: linear-gradient(135deg, #534f63, #604F63);