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