#905acd
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 90, 205
HSL
268°, 54%, 58%
CMYK
30, 56, 0, 20
Luminance
0.1765
Every format
| HEX | #905acd |
| RGB | rgb(144, 90, 205) |
| HSL | hsl(268, 54%, 58%) |
| CMYK | cmyk(30%, 56%, 0%, 20%) |
| LAB | lab(49.1 44.8 -51.6) |
| LCH | lch(49.1 68.3 311.0) |
| OKLCH | oklch(0.580 0.174 303.0) |
Copy-ready code
/* CSS */
color: #905acd;
background-color: #905acd;
/* Tailwind (arbitrary) */
class="text-[#905acd] bg-[#905acd]"
/* SCSS */
$brand: #905acd;
/* SwiftUI */
Color(red: 0.565, green: 0.353, blue: 0.804)
/* Android */
Color.parseColor("#905acd")Accessibility — WCAG contrast
Aa
#905acd on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#905acd on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green35.3%
Blue80.4%
CMYK percentages
Cyan29.8%
Magenta56.1%
Yellow0.0%
Key (black)19.6%
Color previews
#905acd text on a black background
contrast 4.53:1
Card sample
#905acd text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #905acd;
Background color
Panel with #905acd background
background-color: #905acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #905acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 90, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 90, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #905acd; background: linear-gradient(135deg, #905acd, #CD5ABD);