#a33fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
163, 63, 223
HSL
278°, 71%, 56%
CMYK
27, 72, 0, 13
Luminance
0.1667
Every format
| HEX | #a33fdf |
| RGB | rgb(163, 63, 223) |
| HSL | hsl(278, 71%, 56%) |
| CMYK | cmyk(27%, 72%, 0%, 13%) |
| LAB | lab(47.8 66.0 -63.7) |
| LCH | lch(47.8 91.7 316.0) |
| OKLCH | oklch(0.580 0.234 309.4) |
Copy-ready code
/* CSS */
color: #a33fdf;
background-color: #a33fdf;
/* Tailwind (arbitrary) */
class="text-[#a33fdf] bg-[#a33fdf]"
/* SCSS */
$brand: #a33fdf;
/* SwiftUI */
Color(red: 0.639, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#a33fdf")Accessibility — WCAG contrast
Aa
#a33fdf on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a33fdf on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green24.7%
Blue87.5%
CMYK percentages
Cyan26.9%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#a33fdf text on a black background
contrast 4.33:1
Card sample
#a33fdf text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a33fdf;
Background color
Panel with #a33fdf background
background-color: #a33fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a33fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a33fdf; background: linear-gradient(135deg, #a33fdf, #DF3FB0);