#9285f1
a light, electric blue · warm · closest name: slateblue
RGB
146, 133, 241
HSL
247°, 79%, 73%
CMYK
39, 45, 0, 6
Luminance
0.2924
Every format
| HEX | #9285f1 |
| RGB | rgb(146, 133, 241) |
| HSL | hsl(247, 79%, 73%) |
| CMYK | cmyk(39%, 45%, 0%, 6%) |
| LAB | lab(61.0 30.3 -52.8) |
| LCH | lch(61.0 60.9 299.8) |
| OKLCH | oklch(0.676 0.156 287.0) |
Copy-ready code
/* CSS */
color: #9285f1;
background-color: #9285f1;
/* Tailwind (arbitrary) */
class="text-[#9285f1] bg-[#9285f1]"
/* SCSS */
$brand: #9285f1;
/* SwiftUI */
Color(red: 0.573, green: 0.522, blue: 0.945)
/* Android */
Color.parseColor("#9285f1")Accessibility — WCAG contrast
Aa
#9285f1 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9285f1 on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green52.2%
Blue94.5%
CMYK percentages
Cyan39.4%
Magenta44.8%
Yellow0.0%
Key (black)5.5%
Color previews
#9285f1 text on a black background
contrast 6.85:1
Card sample
#9285f1 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9285f1;
Background color
Panel with #9285f1 background
background-color: #9285f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9285f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 133, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 133, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9285f1; background: linear-gradient(135deg, #9285f1, #DA85F1);