#533ef1
a balanced, electric blue · warm · closest name: blue
RGB
83, 62, 241
HSL
247°, 87%, 59%
CMYK
66, 74, 0, 6
Luminance
0.1164
Every format
| HEX | #533ef1 |
| RGB | rgb(83, 62, 241) |
| HSL | hsl(247, 87%, 59%) |
| CMYK | cmyk(66%, 74%, 0%, 6%) |
| LAB | lab(40.6 59.0 -86.0) |
| LCH | lch(40.6 104.3 304.4) |
| OKLCH | oklch(0.514 0.251 278.1) |
Copy-ready code
/* CSS */
color: #533ef1;
background-color: #533ef1;
/* Tailwind (arbitrary) */
class="text-[#533ef1] bg-[#533ef1]"
/* SCSS */
$brand: #533ef1;
/* SwiftUI */
Color(red: 0.325, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#533ef1")Accessibility — WCAG contrast
Aa
#533ef1 on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#533ef1 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green24.3%
Blue94.5%
CMYK percentages
Cyan65.6%
Magenta74.3%
Yellow0.0%
Key (black)5.5%
Color previews
#533ef1 text on a black background
contrast 3.33:1
Card sample
#533ef1 text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533ef1;
Background color
Panel with #533ef1 background
background-color: #533ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533ef1; background: linear-gradient(135deg, #533ef1, #CA3EF1);