#903cc3
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 60, 195
HSL
277°, 53%, 50%
CMYK
26, 69, 0, 24
Luminance
0.1310
Every format
| HEX | #903cc3 |
| RGB | rgb(144, 60, 195) |
| HSL | hsl(277, 53%, 50%) |
| CMYK | cmyk(26%, 69%, 0%, 24%) |
| LAB | lab(42.9 57.5 -55.7) |
| LCH | lch(42.9 80.0 315.9) |
| OKLCH | oklch(0.533 0.205 309.7) |
Copy-ready code
/* CSS */
color: #903cc3;
background-color: #903cc3;
/* Tailwind (arbitrary) */
class="text-[#903cc3] bg-[#903cc3]"
/* SCSS */
$brand: #903cc3;
/* SwiftUI */
Color(red: 0.565, green: 0.235, blue: 0.765)
/* Android */
Color.parseColor("#903cc3")Accessibility — WCAG contrast
Aa
#903cc3 on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#903cc3 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green23.5%
Blue76.5%
CMYK percentages
Cyan26.2%
Magenta69.2%
Yellow0.0%
Key (black)23.5%
Color previews
#903cc3 text on a black background
contrast 3.62:1
Card sample
#903cc3 text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #903cc3;
Background color
Panel with #903cc3 background
background-color: #903cc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #903cc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 60, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 60, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #903cc3; background: linear-gradient(135deg, #903cc3, #C33C9C);