#533dfd
a balanced, electric blue · warm · closest name: blue
RGB
83, 61, 253
HSL
247°, 98%, 62%
CMYK
67, 76, 0, 1
Luminance
0.1227
Every format
| HEX | #533dfd |
| RGB | rgb(83, 61, 253) |
| HSL | hsl(247, 98%, 62%) |
| CMYK | cmyk(67%, 76%, 0%, 1%) |
| LAB | lab(41.6 63.0 -91.1) |
| LCH | lch(41.6 110.8 304.6) |
| OKLCH | oklch(0.524 0.265 277.2) |
Copy-ready code
/* CSS */
color: #533dfd;
background-color: #533dfd;
/* Tailwind (arbitrary) */
class="text-[#533dfd] bg-[#533dfd]"
/* SCSS */
$brand: #533dfd;
/* SwiftUI */
Color(red: 0.325, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#533dfd")Accessibility — WCAG contrast
Aa
#533dfd on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#533dfd on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green23.9%
Blue99.2%
CMYK percentages
Cyan67.2%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#533dfd text on a black background
contrast 3.45:1
Card sample
#533dfd text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533dfd;
Background color
Panel with #533dfd background
background-color: #533dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533dfd; background: linear-gradient(135deg, #533dfd, #D33DFD);