#925cd6
a balanced, vivid violet · warm · closest name: slateblue
RGB
146, 92, 214
HSL
267°, 60%, 60%
CMYK
32, 57, 0, 16
Luminance
0.1862
Every format
| HEX | #925cd6 |
| RGB | rgb(146, 92, 214) |
| HSL | hsl(267, 60%, 60%) |
| CMYK | cmyk(32%, 57%, 0%, 16%) |
| LAB | lab(50.2 46.5 -54.8) |
| LCH | lch(50.2 71.9 310.3) |
| OKLCH | oklch(0.591 0.182 301.5) |
Copy-ready code
/* CSS */
color: #925cd6;
background-color: #925cd6;
/* Tailwind (arbitrary) */
class="text-[#925cd6] bg-[#925cd6]"
/* SCSS */
$brand: #925cd6;
/* SwiftUI */
Color(red: 0.573, green: 0.361, blue: 0.839)
/* Android */
Color.parseColor("#925cd6")Accessibility — WCAG contrast
Aa
#925cd6 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#925cd6 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green36.1%
Blue83.9%
CMYK percentages
Cyan31.8%
Magenta57.0%
Yellow0.0%
Key (black)16.1%
Color previews
#925cd6 text on a black background
contrast 4.72:1
Card sample
#925cd6 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #925cd6;
Background color
Panel with #925cd6 background
background-color: #925cd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #925cd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 92, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 92, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #925cd6; background: linear-gradient(135deg, #925cd6, #D65CC9);