#af53ff
a light, electric violet · warm · closest name: magenta
RGB
175, 83, 255
HSL
272°, 100%, 66%
CMYK
31, 68, 0, 0
Luminance
0.2252
Every format
| HEX | #af53ff |
| RGB | rgb(175, 83, 255) |
| HSL | hsl(272, 100%, 66%) |
| CMYK | cmyk(31%, 68%, 0%, 0%) |
| LAB | lab(54.6 66.8 -70.7) |
| LCH | lch(54.6 97.2 313.4) |
| OKLCH | oklch(0.638 0.245 304.9) |
Copy-ready code
/* CSS */
color: #af53ff;
background-color: #af53ff;
/* Tailwind (arbitrary) */
class="text-[#af53ff] bg-[#af53ff]"
/* SCSS */
$brand: #af53ff;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 1.000)
/* Android */
Color.parseColor("#af53ff")Accessibility — WCAG contrast
Aa
#af53ff on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af53ff on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta67.5%
Yellow0.0%
Key (black)0.0%
Color previews
#af53ff text on a black background
contrast 5.50:1
Card sample
#af53ff text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af53ff;
Background color
Panel with #af53ff background
background-color: #af53ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af53ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af53ff; background: linear-gradient(135deg, #af53ff, #FF53DC);