#a33bdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
163, 59, 223
HSL
278°, 72%, 55%
CMYK
27, 74, 0, 13
Luminance
0.1624
Every format
| HEX | #a33bdf |
| RGB | rgb(163, 59, 223) |
| HSL | hsl(278, 72%, 55%) |
| CMYK | cmyk(27%, 74%, 0%, 13%) |
| LAB | lab(47.3 67.6 -64.6) |
| LCH | lch(47.3 93.5 316.3) |
| OKLCH | oklch(0.576 0.238 309.7) |
Copy-ready code
/* CSS */
color: #a33bdf;
background-color: #a33bdf;
/* Tailwind (arbitrary) */
class="text-[#a33bdf] bg-[#a33bdf]"
/* SCSS */
$brand: #a33bdf;
/* SwiftUI */
Color(red: 0.639, green: 0.231, blue: 0.875)
/* Android */
Color.parseColor("#a33bdf")Accessibility — WCAG contrast
Aa
#a33bdf on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a33bdf on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green23.1%
Blue87.5%
CMYK percentages
Cyan26.9%
Magenta73.5%
Yellow0.0%
Key (black)12.5%
Color previews
#a33bdf text on a black background
contrast 4.25:1
Card sample
#a33bdf text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a33bdf;
Background color
Panel with #a33bdf background
background-color: #a33bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a33bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 59, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 59, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a33bdf; background: linear-gradient(135deg, #a33bdf, #DF3BAE);