#924fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
146, 79, 223
HSL
268°, 69%, 59%
CMYK
35, 65, 0, 13
Luminance
0.1703
Every format
| HEX | #924fdf |
| RGB | rgb(146, 79, 223) |
| HSL | hsl(268, 69%, 59%) |
| CMYK | cmyk(35%, 65%, 0%, 13%) |
| LAB | lab(48.3 55.4 -63.1) |
| LCH | lch(48.3 84.0 311.3) |
| OKLCH | oklch(0.578 0.210 301.5) |
Copy-ready code
/* CSS */
color: #924fdf;
background-color: #924fdf;
/* Tailwind (arbitrary) */
class="text-[#924fdf] bg-[#924fdf]"
/* SCSS */
$brand: #924fdf;
/* SwiftUI */
Color(red: 0.573, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#924fdf")Accessibility — WCAG contrast
Aa
#924fdf on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#924fdf on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green31.0%
Blue87.5%
CMYK percentages
Cyan34.5%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#924fdf text on a black background
contrast 4.41:1
Card sample
#924fdf text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #924fdf;
Background color
Panel with #924fdf background
background-color: #924fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #924fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #924fdf; background: linear-gradient(135deg, #924fdf, #DF4FCC);