#906cd3
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 108, 211
HSL
261°, 54%, 63%
CMYK
32, 49, 0, 17
Luminance
0.2136
Every format
| HEX | #906cd3 |
| RGB | rgb(144, 108, 211) |
| HSL | hsl(261, 54%, 63%) |
| CMYK | cmyk(32%, 49%, 0%, 17%) |
| LAB | lab(53.3 36.3 -48.2) |
| LCH | lch(53.3 60.3 307.0) |
| OKLCH | oklch(0.613 0.153 297.8) |
Copy-ready code
/* CSS */
color: #906cd3;
background-color: #906cd3;
/* Tailwind (arbitrary) */
class="text-[#906cd3] bg-[#906cd3]"
/* SCSS */
$brand: #906cd3;
/* SwiftUI */
Color(red: 0.565, green: 0.424, blue: 0.827)
/* Android */
Color.parseColor("#906cd3")Accessibility — WCAG contrast
Aa
#906cd3 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#906cd3 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green42.4%
Blue82.7%
CMYK percentages
Cyan31.8%
Magenta48.8%
Yellow0.0%
Key (black)17.3%
Color previews
#906cd3 text on a black background
contrast 5.27:1
Card sample
#906cd3 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #906cd3;
Background color
Panel with #906cd3 background
background-color: #906cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #906cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 108, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 108, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #906cd3; background: linear-gradient(135deg, #906cd3, #D36CD1);