#925fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
146, 95, 223
HSL
264°, 67%, 62%
CMYK
35, 57, 0, 13
Luminance
0.1962
Every format
| HEX | #925fdf |
| RGB | rgb(146, 95, 223) |
| HSL | hsl(264, 67%, 62%) |
| CMYK | cmyk(35%, 57%, 0%, 13%) |
| LAB | lab(51.4 47.1 -58.1) |
| LCH | lch(51.4 74.7 309.0) |
| OKLCH | oklch(0.601 0.188 299.0) |
Copy-ready code
/* CSS */
color: #925fdf;
background-color: #925fdf;
/* Tailwind (arbitrary) */
class="text-[#925fdf] bg-[#925fdf]"
/* SCSS */
$brand: #925fdf;
/* SwiftUI */
Color(red: 0.573, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#925fdf")Accessibility — WCAG contrast
Aa
#925fdf on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#925fdf on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green37.3%
Blue87.5%
CMYK percentages
Cyan34.5%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#925fdf text on a black background
contrast 4.92:1
Card sample
#925fdf text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #925fdf;
Background color
Panel with #925fdf background
background-color: #925fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #925fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #925fdf; background: linear-gradient(135deg, #925fdf, #DF5FD7);