#903cce
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 60, 206
HSL
275°, 60%, 52%
CMYK
30, 71, 0, 19
Luminance
0.1362
Every format
| HEX | #903cce |
| RGB | rgb(144, 60, 206) |
| HSL | hsl(275, 60%, 52%) |
| CMYK | cmyk(30%, 71%, 0%, 19%) |
| LAB | lab(43.7 59.9 -60.8) |
| LCH | lch(43.7 85.4 314.6) |
| OKLCH | oklch(0.541 0.216 306.8) |
Copy-ready code
/* CSS */
color: #903cce;
background-color: #903cce;
/* Tailwind (arbitrary) */
class="text-[#903cce] bg-[#903cce]"
/* SCSS */
$brand: #903cce;
/* SwiftUI */
Color(red: 0.565, green: 0.235, blue: 0.808)
/* Android */
Color.parseColor("#903cce")Accessibility — WCAG contrast
Aa
#903cce on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#903cce on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green23.5%
Blue80.8%
CMYK percentages
Cyan30.1%
Magenta70.9%
Yellow0.0%
Key (black)19.2%
Color previews
#903cce text on a black background
contrast 3.72:1
Card sample
#903cce text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #903cce;
Background color
Panel with #903cce background
background-color: #903cce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #903cce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 60, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 60, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #903cce; background: linear-gradient(135deg, #903cce, #CE3CAB);