#906cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 108, 223
HSL
259°, 64%, 65%
CMYK
35, 52, 0, 13
Luminance
0.2198
Every format
| HEX | #906cdf |
| RGB | rgb(144, 108, 223) |
| HSL | hsl(259, 64%, 65%) |
| CMYK | cmyk(35%, 52%, 0%, 13%) |
| LAB | lab(54.0 39.4 -53.9) |
| LCH | lch(54.0 66.7 306.1) |
| OKLCH | oklch(0.620 0.169 295.5) |
Copy-ready code
/* CSS */
color: #906cdf;
background-color: #906cdf;
/* Tailwind (arbitrary) */
class="text-[#906cdf] bg-[#906cdf]"
/* SCSS */
$brand: #906cdf;
/* SwiftUI */
Color(red: 0.565, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#906cdf")Accessibility — WCAG contrast
Aa
#906cdf on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#906cdf on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green42.4%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#906cdf text on a black background
contrast 5.40:1
Card sample
#906cdf text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #906cdf;
Background color
Panel with #906cdf background
background-color: #906cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #906cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #906cdf; background: linear-gradient(135deg, #906cdf, #DD6CDF);