#917df3
a light, electric blue · warm · closest name: slateblue
RGB
145, 125, 243
HSL
250°, 83%, 72%
CMYK
40, 49, 0, 5
Luminance
0.2716
Every format
| HEX | #917df3 |
| RGB | rgb(145, 125, 243) |
| HSL | hsl(250, 83%, 72%) |
| CMYK | cmyk(40%, 49%, 0%, 5%) |
| LAB | lab(59.1 35.2 -56.9) |
| LCH | lch(59.1 66.9 301.8) |
| OKLCH | oklch(0.662 0.170 288.7) |
Copy-ready code
/* CSS */
color: #917df3;
background-color: #917df3;
/* Tailwind (arbitrary) */
class="text-[#917df3] bg-[#917df3]"
/* SCSS */
$brand: #917df3;
/* SwiftUI */
Color(red: 0.569, green: 0.490, blue: 0.953)
/* Android */
Color.parseColor("#917df3")Accessibility — WCAG contrast
Aa
#917df3 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#917df3 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green49.0%
Blue95.3%
CMYK percentages
Cyan40.3%
Magenta48.6%
Yellow0.0%
Key (black)4.7%
Color previews
#917df3 text on a black background
contrast 6.43:1
Card sample
#917df3 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #917df3;
Background color
Panel with #917df3 background
background-color: #917df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #917df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 125, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 125, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #917df3; background: linear-gradient(135deg, #917df3, #E07DF3);