#907dfb
a light, electric blue · warm · closest name: slateblue
RGB
144, 125, 251
HSL
249°, 94%, 74%
CMYK
43, 50, 0, 2
Luminance
0.2756
Every format
| HEX | #907dfb |
| RGB | rgb(144, 125, 251) |
| HSL | hsl(249, 94%, 74%) |
| CMYK | cmyk(43%, 50%, 0%, 2%) |
| LAB | lab(59.5 37.2 -60.7) |
| LCH | lch(59.5 71.2 301.5) |
| OKLCH | oklch(0.666 0.181 287.4) |
Copy-ready code
/* CSS */
color: #907dfb;
background-color: #907dfb;
/* Tailwind (arbitrary) */
class="text-[#907dfb] bg-[#907dfb]"
/* SCSS */
$brand: #907dfb;
/* SwiftUI */
Color(red: 0.565, green: 0.490, blue: 0.984)
/* Android */
Color.parseColor("#907dfb")Accessibility — WCAG contrast
Aa
#907dfb on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#907dfb on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green49.0%
Blue98.4%
CMYK percentages
Cyan42.6%
Magenta50.2%
Yellow0.0%
Key (black)1.6%
Color previews
#907dfb text on a black background
contrast 6.51:1
Card sample
#907dfb text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #907dfb;
Background color
Panel with #907dfb background
background-color: #907dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #907dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 125, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 125, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #907dfb; background: linear-gradient(135deg, #907dfb, #E47DFB);