#af53f4
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 83, 244
HSL
274°, 88%, 64%
CMYK
28, 66, 0, 4
Luminance
0.2183
Every format
| HEX | #af53f4 |
| RGB | rgb(175, 83, 244) |
| HSL | hsl(274, 88%, 64%) |
| CMYK | cmyk(28%, 66%, 0%, 4%) |
| LAB | lab(53.9 64.3 -65.8) |
| LCH | lch(53.9 92.0 314.4) |
| OKLCH | oklch(0.630 0.234 307.1) |
Copy-ready code
/* CSS */
color: #af53f4;
background-color: #af53f4;
/* Tailwind (arbitrary) */
class="text-[#af53f4] bg-[#af53f4]"
/* SCSS */
$brand: #af53f4;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.957)
/* Android */
Color.parseColor("#af53f4")Accessibility — WCAG contrast
Aa
#af53f4 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af53f4 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta66.0%
Yellow0.0%
Key (black)4.3%
Color previews
#af53f4 text on a black background
contrast 5.37:1
Card sample
#af53f4 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af53f4;
Background color
Panel with #af53f4 background
background-color: #af53f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af53f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af53f4; background: linear-gradient(135deg, #af53f4, #F453CE);