#535afd
a light, electric blue · warm · closest name: slateblue
RGB
83, 90, 253
HSL
238°, 98%, 66%
CMYK
67, 64, 0, 1
Luminance
0.1624
Every format
| HEX | #535afd |
| RGB | rgb(83, 90, 253) |
| HSL | hsl(238, 98%, 66%) |
| CMYK | cmyk(67%, 64%, 0%, 1%) |
| LAB | lab(47.3 47.3 -81.8) |
| LCH | lch(47.3 94.5 300.1) |
| OKLCH | oklch(0.565 0.237 274.0) |
Copy-ready code
/* CSS */
color: #535afd;
background-color: #535afd;
/* Tailwind (arbitrary) */
class="text-[#535afd] bg-[#535afd]"
/* SCSS */
$brand: #535afd;
/* SwiftUI */
Color(red: 0.325, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#535afd")Accessibility — WCAG contrast
Aa
#535afd on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#535afd on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green35.3%
Blue99.2%
CMYK percentages
Cyan67.2%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#535afd text on a black background
contrast 4.25:1
Card sample
#535afd text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #535afd;
Background color
Panel with #535afd background
background-color: #535afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #535afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #535afd; background: linear-gradient(135deg, #535afd, #BD53FD);