#af53fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 83, 252
HSL
273°, 97%, 66%
CMYK
31, 67, 0, 1
Luminance
0.2233
Every format
| HEX | #af53fc |
| RGB | rgb(175, 83, 252) |
| HSL | hsl(273, 97%, 66%) |
| CMYK | cmyk(31%, 67%, 0%, 1%) |
| LAB | lab(54.4 66.1 -69.3) |
| LCH | lch(54.4 95.8 313.6) |
| OKLCH | oklch(0.636 0.242 305.5) |
Copy-ready code
/* CSS */
color: #af53fc;
background-color: #af53fc;
/* Tailwind (arbitrary) */
class="text-[#af53fc] bg-[#af53fc]"
/* SCSS */
$brand: #af53fc;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.988)
/* Android */
Color.parseColor("#af53fc")Accessibility — WCAG contrast
Aa
#af53fc on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af53fc on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta67.1%
Yellow0.0%
Key (black)1.2%
Color previews
#af53fc text on a black background
contrast 5.47:1
Card sample
#af53fc text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af53fc;
Background color
Panel with #af53fc background
background-color: #af53fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af53fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af53fc; background: linear-gradient(135deg, #af53fc, #FC53D8);