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