#533dcd
a balanced, vivid blue · warm · closest name: slateblue
RGB
83, 61, 205
HSL
249°, 59%, 52%
CMYK
60, 70, 0, 20
Luminance
0.0958
Every format
| HEX | #533dcd |
| RGB | rgb(83, 61, 205) |
| HSL | hsl(249, 59%, 52%) |
| CMYK | cmyk(60%, 70%, 0%, 20%) |
| LAB | lab(37.1 48.7 -71.3) |
| LCH | lch(37.1 86.3 304.3) |
| OKLCH | oklch(0.479 0.210 281.9) |
Copy-ready code
/* CSS */
color: #533dcd;
background-color: #533dcd;
/* Tailwind (arbitrary) */
class="text-[#533dcd] bg-[#533dcd]"
/* SCSS */
$brand: #533dcd;
/* SwiftUI */
Color(red: 0.325, green: 0.239, blue: 0.804)
/* Android */
Color.parseColor("#533dcd")Accessibility — WCAG contrast
Aa
#533dcd on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#533dcd on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green23.9%
Blue80.4%
CMYK percentages
Cyan59.5%
Magenta70.2%
Yellow0.0%
Key (black)19.6%
Color previews
#533dcd text on a black background
contrast 2.92:1
Card sample
#533dcd text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533dcd;
Background color
Panel with #533dcd background
background-color: #533dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 61, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 61, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533dcd; background: linear-gradient(135deg, #533dcd, #B33DCD);