#533cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
83, 60, 223
HSL
249°, 72%, 56%
CMYK
63, 73, 0, 13
Luminance
0.1040
Every format
| HEX | #533cdf |
| RGB | rgb(83, 60, 223) |
| HSL | hsl(249, 72%, 56%) |
| CMYK | cmyk(63%, 73%, 0%, 13%) |
| LAB | lab(38.5 54.6 -79.3) |
| LCH | lch(38.5 96.3 304.6) |
| OKLCH | oklch(0.494 0.232 280.1) |
Copy-ready code
/* CSS */
color: #533cdf;
background-color: #533cdf;
/* Tailwind (arbitrary) */
class="text-[#533cdf] bg-[#533cdf]"
/* SCSS */
$brand: #533cdf;
/* SwiftUI */
Color(red: 0.325, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#533cdf")Accessibility — WCAG contrast
Aa
#533cdf on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#533cdf on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green23.5%
Blue87.5%
CMYK percentages
Cyan62.8%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#533cdf text on a black background
contrast 3.08:1
Card sample
#533cdf text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533cdf;
Background color
Panel with #533cdf background
background-color: #533cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533cdf; background: linear-gradient(135deg, #533cdf, #C03CDF);