#a03fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
160, 63, 223
HSL
276°, 71%, 56%
CMYK
28, 72, 0, 13
Luminance
0.1636
Every format
| HEX | #a03fdf |
| RGB | rgb(160, 63, 223) |
| HSL | hsl(276, 71%, 56%) |
| CMYK | cmyk(28%, 72%, 0%, 13%) |
| LAB | lab(47.4 65.4 -64.4) |
| LCH | lch(47.4 91.8 315.5) |
| OKLCH | oklch(0.576 0.233 308.4) |
Copy-ready code
/* CSS */
color: #a03fdf;
background-color: #a03fdf;
/* Tailwind (arbitrary) */
class="text-[#a03fdf] bg-[#a03fdf]"
/* SCSS */
$brand: #a03fdf;
/* SwiftUI */
Color(red: 0.627, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#a03fdf")Accessibility — WCAG contrast
Aa
#a03fdf on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a03fdf on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green24.7%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#a03fdf text on a black background
contrast 4.27:1
Card sample
#a03fdf text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a03fdf;
Background color
Panel with #a03fdf background
background-color: #a03fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a03fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a03fdf; background: linear-gradient(135deg, #a03fdf, #DF3FB3);