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