#905ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 93, 223
HSL
264°, 67%, 62%
CMYK
35, 58, 0, 13
Luminance
0.1909
Every format
| HEX | #905ddf |
| RGB | rgb(144, 93, 223) |
| HSL | hsl(264, 67%, 62%) |
| CMYK | cmyk(35%, 58%, 0%, 13%) |
| LAB | lab(50.8 47.7 -59.1) |
| LCH | lch(50.8 75.9 308.9) |
| OKLCH | oklch(0.596 0.191 298.5) |
Copy-ready code
/* CSS */
color: #905ddf;
background-color: #905ddf;
/* Tailwind (arbitrary) */
class="text-[#905ddf] bg-[#905ddf]"
/* SCSS */
$brand: #905ddf;
/* SwiftUI */
Color(red: 0.565, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#905ddf")Accessibility — WCAG contrast
Aa
#905ddf on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#905ddf on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green36.5%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta58.3%
Yellow0.0%
Key (black)12.5%
Color previews
#905ddf text on a black background
contrast 4.82:1
Card sample
#905ddf text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #905ddf;
Background color
Panel with #905ddf background
background-color: #905ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #905ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #905ddf; background: linear-gradient(135deg, #905ddf, #DF5DD7);