#905ade
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 90, 222
HSL
265°, 67%, 61%
CMYK
35, 60, 0, 13
Luminance
0.1852
Every format
| HEX | #905ade |
| RGB | rgb(144, 90, 222) |
| HSL | hsl(265, 67%, 61%) |
| CMYK | cmyk(35%, 60%, 0%, 13%) |
| LAB | lab(50.1 49.0 -59.6) |
| LCH | lch(50.1 77.2 309.5) |
| OKLCH | oklch(0.591 0.194 299.2) |
Copy-ready code
/* CSS */
color: #905ade;
background-color: #905ade;
/* Tailwind (arbitrary) */
class="text-[#905ade] bg-[#905ade]"
/* SCSS */
$brand: #905ade;
/* SwiftUI */
Color(red: 0.565, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#905ade")Accessibility — WCAG contrast
Aa
#905ade on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#905ade on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green35.3%
Blue87.1%
CMYK percentages
Cyan35.1%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#905ade text on a black background
contrast 4.70:1
Card sample
#905ade text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #905ade;
Background color
Panel with #905ade background
background-color: #905ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #905ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #905ade; background: linear-gradient(135deg, #905ade, #DE5AD4);