#916fdf
a light, vivid violet · warm · closest name: slateblue
RGB
145, 111, 223
HSL
258°, 64%, 66%
CMYK
35, 50, 0, 13
Luminance
0.2272
Every format
| HEX | #916fdf |
| RGB | rgb(145, 111, 223) |
| HSL | hsl(258, 64%, 66%) |
| CMYK | cmyk(35%, 50%, 0%, 13%) |
| LAB | lab(54.8 37.9 -52.7) |
| LCH | lch(54.8 64.9 305.7) |
| OKLCH | oklch(0.626 0.165 295.2) |
Copy-ready code
/* CSS */
color: #916fdf;
background-color: #916fdf;
/* Tailwind (arbitrary) */
class="text-[#916fdf] bg-[#916fdf]"
/* SCSS */
$brand: #916fdf;
/* SwiftUI */
Color(red: 0.569, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#916fdf")Accessibility — WCAG contrast
Aa
#916fdf on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#916fdf on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green43.5%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#916fdf text on a black background
contrast 5.54:1
Card sample
#916fdf text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #916fdf;
Background color
Panel with #916fdf background
background-color: #916fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #916fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #916fdf; background: linear-gradient(135deg, #916fdf, #DC6FDF);