#af55fe
a light, electric violet · warm · closest name: slateblue
RGB
175, 85, 254
HSL
272°, 99%, 67%
CMYK
31, 67, 0, 0
Luminance
0.2277
Every format
| HEX | #af55fe |
| RGB | rgb(175, 85, 254) |
| HSL | hsl(272, 99%, 67%) |
| CMYK | cmyk(31%, 67%, 0%, 0%) |
| LAB | lab(54.8 65.6 -69.7) |
| LCH | lch(54.8 95.8 313.3) |
| OKLCH | oklch(0.639 0.241 304.9) |
Copy-ready code
/* CSS */
color: #af55fe;
background-color: #af55fe;
/* Tailwind (arbitrary) */
class="text-[#af55fe] bg-[#af55fe]"
/* SCSS */
$brand: #af55fe;
/* SwiftUI */
Color(red: 0.686, green: 0.333, blue: 0.996)
/* Android */
Color.parseColor("#af55fe")Accessibility — WCAG contrast
Aa
#af55fe on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af55fe on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.3%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta66.5%
Yellow0.0%
Key (black)0.4%
Color previews
#af55fe text on a black background
contrast 5.55:1
Card sample
#af55fe text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af55fe;
Background color
Panel with #af55fe background
background-color: #af55fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af55fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 85, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 85, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af55fe; background: linear-gradient(135deg, #af55fe, #FE55DC);