#5353fb
a light, electric blue · warm · closest name: slateblue
RGB
83, 83, 251
HSL
240°, 96%, 66%
CMYK
67, 67, 0, 2
Luminance
0.1499
Every format
| HEX | #5353fb |
| RGB | rgb(83, 83, 251) |
| HSL | hsl(240, 96%, 66%) |
| CMYK | cmyk(67%, 67%, 0%, 2%) |
| LAB | lab(45.6 50.7 -83.4) |
| LCH | lch(45.6 97.6 301.3) |
| OKLCH | oklch(0.552 0.242 275.0) |
Copy-ready code
/* CSS */
color: #5353fb;
background-color: #5353fb;
/* Tailwind (arbitrary) */
class="text-[#5353fb] bg-[#5353fb]"
/* SCSS */
$brand: #5353fb;
/* SwiftUI */
Color(red: 0.325, green: 0.325, blue: 0.984)
/* Android */
Color.parseColor("#5353fb")Accessibility — WCAG contrast
Aa
#5353fb on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5353fb on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green32.5%
Blue98.4%
CMYK percentages
Cyan66.9%
Magenta66.9%
Yellow0.0%
Key (black)1.6%
Color previews
#5353fb text on a black background
contrast 4.00:1
Card sample
#5353fb text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5353fb;
Background color
Panel with #5353fb background
background-color: #5353fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5353fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 83, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 83, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5353fb; background: linear-gradient(135deg, #5353fb, #C353FB);