#904cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 76, 223
HSL
268°, 70%, 59%
CMYK
35, 66, 0, 13
Luminance
0.1643
Every format
| HEX | #904cdf |
| RGB | rgb(144, 76, 223) |
| HSL | hsl(268, 70%, 59%) |
| CMYK | cmyk(35%, 66%, 0%, 13%) |
| LAB | lab(47.5 56.5 -64.3) |
| LCH | lch(47.5 85.6 311.3) |
| OKLCH | oklch(0.572 0.214 301.1) |
Copy-ready code
/* CSS */
color: #904cdf;
background-color: #904cdf;
/* Tailwind (arbitrary) */
class="text-[#904cdf] bg-[#904cdf]"
/* SCSS */
$brand: #904cdf;
/* SwiftUI */
Color(red: 0.565, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#904cdf")Accessibility — WCAG contrast
Aa
#904cdf on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#904cdf on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green29.8%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#904cdf text on a black background
contrast 4.29:1
Card sample
#904cdf text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #904cdf;
Background color
Panel with #904cdf background
background-color: #904cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #904cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #904cdf; background: linear-gradient(135deg, #904cdf, #DF4CCC);