#533aff
a balanced, electric blue · warm · closest name: blue
RGB
83, 58, 255
HSL
248°, 100%, 61%
CMYK
68, 77, 0, 0
Luminance
0.1209
Every format
| HEX | #533aff |
| RGB | rgb(83, 58, 255) |
| HSL | hsl(248, 100%, 61%) |
| CMYK | cmyk(68%, 77%, 0%, 0%) |
| LAB | lab(41.4 65.0 -92.7) |
| LCH | lch(41.4 113.2 305.0) |
| OKLCH | oklch(0.523 0.270 277.3) |
Copy-ready code
/* CSS */
color: #533aff;
background-color: #533aff;
/* Tailwind (arbitrary) */
class="text-[#533aff] bg-[#533aff]"
/* SCSS */
$brand: #533aff;
/* SwiftUI */
Color(red: 0.325, green: 0.227, blue: 1.000)
/* Android */
Color.parseColor("#533aff")Accessibility — WCAG contrast
Aa
#533aff on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#533aff on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green22.7%
Blue100.0%
CMYK percentages
Cyan67.5%
Magenta77.3%
Yellow0.0%
Key (black)0.0%
Color previews
#533aff text on a black background
contrast 3.42:1
Card sample
#533aff text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533aff;
Background color
Panel with #533aff background
background-color: #533aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 58, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 58, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533aff; background: linear-gradient(135deg, #533aff, #D63AFF);