#905fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 95, 223
HSL
263°, 67%, 62%
CMYK
35, 57, 0, 13
Luminance
0.1944
Every format
| HEX | #905fdf |
| RGB | rgb(144, 95, 223) |
| HSL | hsl(263, 67%, 62%) |
| CMYK | cmyk(35%, 57%, 0%, 13%) |
| LAB | lab(51.2 46.6 -58.4) |
| LCH | lch(51.2 74.7 308.6) |
| OKLCH | oklch(0.599 0.188 298.2) |
Copy-ready code
/* CSS */
color: #905fdf;
background-color: #905fdf;
/* Tailwind (arbitrary) */
class="text-[#905fdf] bg-[#905fdf]"
/* SCSS */
$brand: #905fdf;
/* SwiftUI */
Color(red: 0.565, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#905fdf")Accessibility — WCAG contrast
Aa
#905fdf on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#905fdf on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green37.3%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#905fdf text on a black background
contrast 4.89:1
Card sample
#905fdf text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #905fdf;
Background color
Panel with #905fdf background
background-color: #905fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #905fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #905fdf; background: linear-gradient(135deg, #905fdf, #DF5FD9);