#917fdf
a light, vivid blue · warm · closest name: slateblue
RGB
145, 127, 223
HSL
251°, 60%, 69%
CMYK
35, 43, 0, 13
Luminance
0.2653
Every format
| HEX | #917fdf |
| RGB | rgb(145, 127, 223) |
| HSL | hsl(251, 60%, 69%) |
| CMYK | cmyk(35%, 43%, 0%, 13%) |
| LAB | lab(58.5 28.7 -46.7) |
| LCH | lch(58.5 54.8 301.5) |
| OKLCH | oklch(0.654 0.140 290.6) |
Copy-ready code
/* CSS */
color: #917fdf;
background-color: #917fdf;
/* Tailwind (arbitrary) */
class="text-[#917fdf] bg-[#917fdf]"
/* SCSS */
$brand: #917fdf;
/* SwiftUI */
Color(red: 0.569, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#917fdf")Accessibility — WCAG contrast
Aa
#917fdf on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#917fdf on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green49.8%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#917fdf text on a black background
contrast 6.31:1
Card sample
#917fdf text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #917fdf;
Background color
Panel with #917fdf background
background-color: #917fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #917fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #917fdf; background: linear-gradient(135deg, #917fdf, #D17FDF);