#905eb2
a balanced, soft violet · warm · closest name: slateblue
RGB
144, 94, 178
HSL
276°, 35%, 53%
CMYK
19, 47, 0, 30
Luminance
0.1715
Every format
| HEX | #905eb2 |
| RGB | rgb(144, 94, 178) |
| HSL | hsl(276, 35%, 53%) |
| CMYK | cmyk(19%, 47%, 0%, 30%) |
| LAB | lab(48.5 36.2 -37.0) |
| LCH | lch(48.5 51.7 314.4) |
| OKLCH | oklch(0.571 0.135 310.2) |
Copy-ready code
/* CSS */
color: #905eb2;
background-color: #905eb2;
/* Tailwind (arbitrary) */
class="text-[#905eb2] bg-[#905eb2]"
/* SCSS */
$brand: #905eb2;
/* SwiftUI */
Color(red: 0.565, green: 0.369, blue: 0.698)
/* Android */
Color.parseColor("#905eb2")Accessibility — WCAG contrast
Aa
#905eb2 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#905eb2 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green36.9%
Blue69.8%
CMYK percentages
Cyan19.1%
Magenta47.2%
Yellow0.0%
Key (black)30.2%
Color previews
#905eb2 text on a black background
contrast 4.43:1
Card sample
#905eb2 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #905eb2;
Background color
Panel with #905eb2 background
background-color: #905eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #905eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 94, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 94, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #905eb2; background: linear-gradient(135deg, #905eb2, #B25E9C);