#925ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
146, 93, 223
HSL
265°, 67%, 62%
CMYK
35, 58, 0, 13
Luminance
0.1927
Every format
| HEX | #925ddf |
| RGB | rgb(146, 93, 223) |
| HSL | hsl(265, 67%, 62%) |
| CMYK | cmyk(35%, 58%, 0%, 13%) |
| LAB | lab(51.0 48.1 -58.7) |
| LCH | lch(51.0 75.9 309.4) |
| OKLCH | oklch(0.598 0.191 299.4) |
Copy-ready code
/* CSS */
color: #925ddf;
background-color: #925ddf;
/* Tailwind (arbitrary) */
class="text-[#925ddf] bg-[#925ddf]"
/* SCSS */
$brand: #925ddf;
/* SwiftUI */
Color(red: 0.573, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#925ddf")Accessibility — WCAG contrast
Aa
#925ddf on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#925ddf on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green36.5%
Blue87.5%
CMYK percentages
Cyan34.5%
Magenta58.3%
Yellow0.0%
Key (black)12.5%
Color previews
#925ddf text on a black background
contrast 4.85:1
Card sample
#925ddf text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #925ddf;
Background color
Panel with #925ddf background
background-color: #925ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #925ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #925ddf; background: linear-gradient(135deg, #925ddf, #DF5DD5);