#533baf
a balanced, vivid blue · warm · closest name: slateblue
RGB
83, 59, 175
HSL
252°, 50%, 46%
CMYK
53, 66, 0, 31
Luminance
0.0806
Every format
| HEX | #533baf |
| RGB | rgb(83, 59, 175) |
| HSL | hsl(252, 50%, 46%) |
| CMYK | cmyk(53%, 66%, 0%, 31%) |
| LAB | lab(34.1 40.7 -58.5) |
| LCH | lch(34.1 71.3 304.8) |
| OKLCH | oklch(0.450 0.175 286.5) |
Copy-ready code
/* CSS */
color: #533baf;
background-color: #533baf;
/* Tailwind (arbitrary) */
class="text-[#533baf] bg-[#533baf]"
/* SCSS */
$brand: #533baf;
/* SwiftUI */
Color(red: 0.325, green: 0.231, blue: 0.686)
/* Android */
Color.parseColor("#533baf")Accessibility — WCAG contrast
Aa
#533baf on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#533baf on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green23.1%
Blue68.6%
CMYK percentages
Cyan52.6%
Magenta66.3%
Yellow0.0%
Key (black)31.4%
Color previews
#533baf text on a black background
contrast 2.61:1
Card sample
#533baf text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533baf;
Background color
Panel with #533baf background
background-color: #533baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 59, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 59, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533baf; background: linear-gradient(135deg, #533baf, #A03BAF);