#903fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 63, 223
HSL
270°, 71%, 56%
CMYK
35, 72, 0, 13
Luminance
0.1481
Every format
| HEX | #903fdf |
| RGB | rgb(144, 63, 223) |
| HSL | hsl(270, 71%, 56%) |
| CMYK | cmyk(35%, 72%, 0%, 13%) |
| LAB | lab(45.4 62.5 -67.8) |
| LCH | lch(45.4 92.2 312.7) |
| OKLCH | oklch(0.557 0.229 302.5) |
Copy-ready code
/* CSS */
color: #903fdf;
background-color: #903fdf;
/* Tailwind (arbitrary) */
class="text-[#903fdf] bg-[#903fdf]"
/* SCSS */
$brand: #903fdf;
/* SwiftUI */
Color(red: 0.565, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#903fdf")Accessibility — WCAG contrast
Aa
#903fdf on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#903fdf on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green24.7%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#903fdf text on a black background
contrast 3.96:1
Card sample
#903fdf text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #903fdf;
Background color
Panel with #903fdf background
background-color: #903fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #903fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #903fdf; background: linear-gradient(135deg, #903fdf, #DF3FC3);