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