#917cdf
a light, vivid blue · warm · closest name: slateblue
RGB
145, 124, 223
HSL
253°, 61%, 68%
CMYK
35, 44, 0, 13
Luminance
0.2576
Every format
| HEX | #917cdf |
| RGB | rgb(145, 124, 223) |
| HSL | hsl(253, 61%, 68%) |
| CMYK | cmyk(35%, 44%, 0%, 13%) |
| LAB | lab(57.8 30.4 -47.9) |
| LCH | lch(57.8 56.7 302.4) |
| OKLCH | oklch(0.648 0.145 291.6) |
Copy-ready code
/* CSS */
color: #917cdf;
background-color: #917cdf;
/* Tailwind (arbitrary) */
class="text-[#917cdf] bg-[#917cdf]"
/* SCSS */
$brand: #917cdf;
/* SwiftUI */
Color(red: 0.569, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#917cdf")Accessibility — WCAG contrast
Aa
#917cdf on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#917cdf on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green48.6%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#917cdf text on a black background
contrast 6.15:1
Card sample
#917cdf text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #917cdf;
Background color
Panel with #917cdf background
background-color: #917cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #917cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #917cdf; background: linear-gradient(135deg, #917cdf, #D37CDF);