#af53f5
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 83, 245
HSL
274°, 89%, 64%
CMYK
29, 66, 0, 4
Luminance
0.2189
Every format
| HEX | #af53f5 |
| RGB | rgb(175, 83, 245) |
| HSL | hsl(274, 89%, 64%) |
| CMYK | cmyk(29%, 66%, 0%, 4%) |
| LAB | lab(53.9 64.5 -66.2) |
| LCH | lch(53.9 92.5 314.3) |
| OKLCH | oklch(0.631 0.235 306.9) |
Copy-ready code
/* CSS */
color: #af53f5;
background-color: #af53f5;
/* Tailwind (arbitrary) */
class="text-[#af53f5] bg-[#af53f5]"
/* SCSS */
$brand: #af53f5;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.961)
/* Android */
Color.parseColor("#af53f5")Accessibility — WCAG contrast
Aa
#af53f5 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af53f5 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue96.1%
CMYK percentages
Cyan28.6%
Magenta66.1%
Yellow0.0%
Key (black)3.9%
Color previews
#af53f5 text on a black background
contrast 5.38:1
Card sample
#af53f5 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af53f5;
Background color
Panel with #af53f5 background
background-color: #af53f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af53f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af53f5; background: linear-gradient(135deg, #af53f5, #F553CF);