#905eb0
a balanced, soft violet · warm · closest name: slateblue
RGB
144, 94, 176
HSL
277°, 34%, 53%
CMYK
18, 47, 0, 31
Luminance
0.1707
Every format
| HEX | #905eb0 |
| RGB | rgb(144, 94, 176) |
| HSL | hsl(277, 34%, 53%) |
| CMYK | cmyk(18%, 47%, 0%, 31%) |
| LAB | lab(48.4 35.7 -35.9) |
| LCH | lch(48.4 50.7 314.8) |
| OKLCH | oklch(0.569 0.132 310.9) |
Copy-ready code
/* CSS */
color: #905eb0;
background-color: #905eb0;
/* Tailwind (arbitrary) */
class="text-[#905eb0] bg-[#905eb0]"
/* SCSS */
$brand: #905eb0;
/* SwiftUI */
Color(red: 0.565, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#905eb0")Accessibility — WCAG contrast
Aa
#905eb0 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#905eb0 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green36.9%
Blue69.0%
CMYK percentages
Cyan18.2%
Magenta46.6%
Yellow0.0%
Key (black)31.0%
Color previews
#905eb0 text on a black background
contrast 4.41:1
Card sample
#905eb0 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #905eb0;
Background color
Panel with #905eb0 background
background-color: #905eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #905eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #905eb0; background: linear-gradient(135deg, #905eb0, #B05E99);