#533cf2
a balanced, electric blue · warm · closest name: blue
RGB
83, 60, 242
HSL
248°, 88%, 59%
CMYK
66, 75, 0, 5
Luminance
0.1148
Every format
| HEX | #533cf2 |
| RGB | rgb(83, 60, 242) |
| HSL | hsl(248, 88%, 59%) |
| CMYK | cmyk(66%, 75%, 0%, 5%) |
| LAB | lab(40.4 60.3 -87.0) |
| LCH | lch(40.4 105.8 304.7) |
| OKLCH | oklch(0.512 0.254 278.2) |
Copy-ready code
/* CSS */
color: #533cf2;
background-color: #533cf2;
/* Tailwind (arbitrary) */
class="text-[#533cf2] bg-[#533cf2]"
/* SCSS */
$brand: #533cf2;
/* SwiftUI */
Color(red: 0.325, green: 0.235, blue: 0.949)
/* Android */
Color.parseColor("#533cf2")Accessibility — WCAG contrast
Aa
#533cf2 on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#533cf2 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green23.5%
Blue94.9%
CMYK percentages
Cyan65.7%
Magenta75.2%
Yellow0.0%
Key (black)5.1%
Color previews
#533cf2 text on a black background
contrast 3.30:1
Card sample
#533cf2 text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533cf2;
Background color
Panel with #533cf2 background
background-color: #533cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 60, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 60, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533cf2; background: linear-gradient(135deg, #533cf2, #CC3CF2);