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