#533ace
a balanced, vivid blue · warm · closest name: slateblue
RGB
83, 58, 206
HSL
250°, 60%, 52%
CMYK
60, 72, 0, 19
Luminance
0.0932
Every format
| HEX | #533ace |
| RGB | rgb(83, 58, 206) |
| HSL | hsl(250, 60%, 52%) |
| CMYK | cmyk(60%, 72%, 0%, 19%) |
| LAB | lab(36.6 50.6 -72.7) |
| LCH | lch(36.6 88.6 304.9) |
| OKLCH | oklch(0.475 0.214 282.3) |
Copy-ready code
/* CSS */
color: #533ace;
background-color: #533ace;
/* Tailwind (arbitrary) */
class="text-[#533ace] bg-[#533ace]"
/* SCSS */
$brand: #533ace;
/* SwiftUI */
Color(red: 0.325, green: 0.227, blue: 0.808)
/* Android */
Color.parseColor("#533ace")Accessibility — WCAG contrast
Aa
#533ace on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#533ace on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green22.7%
Blue80.8%
CMYK percentages
Cyan59.7%
Magenta71.8%
Yellow0.0%
Key (black)19.2%
Color previews
#533ace text on a black background
contrast 2.86:1
Card sample
#533ace text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533ace;
Background color
Panel with #533ace background
background-color: #533ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 58, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 58, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533ace; background: linear-gradient(135deg, #533ace, #B63ACE);