#905eee
a light, electric violet · warm · closest name: slateblue
RGB
144, 94, 238
HSL
261°, 81%, 65%
CMYK
40, 61, 0, 7
Luminance
0.2011
Every format
| HEX | #905eee |
| RGB | rgb(144, 94, 238) |
| HSL | hsl(261, 81%, 65%) |
| CMYK | cmyk(40%, 61%, 0%, 7%) |
| LAB | lab(52.0 51.0 -65.6) |
| LCH | lch(52.0 83.1 307.9) |
| OKLCH | oklch(0.608 0.207 295.6) |
Copy-ready code
/* CSS */
color: #905eee;
background-color: #905eee;
/* Tailwind (arbitrary) */
class="text-[#905eee] bg-[#905eee]"
/* SCSS */
$brand: #905eee;
/* SwiftUI */
Color(red: 0.565, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#905eee")Accessibility — WCAG contrast
Aa
#905eee on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#905eee on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green36.9%
Blue93.3%
CMYK percentages
Cyan39.5%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#905eee text on a black background
contrast 5.02:1
Card sample
#905eee text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #905eee;
Background color
Panel with #905eee background
background-color: #905eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #905eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #905eee; background: linear-gradient(135deg, #905eee, #EE5EEC);