#af55ff
a light, electric violet · warm · closest name: slateblue
RGB
175, 85, 255
HSL
272°, 100%, 67%
CMYK
31, 67, 0, 0
Luminance
0.2283
Every format
| HEX | #af55ff |
| RGB | rgb(175, 85, 255) |
| HSL | hsl(272, 100%, 67%) |
| CMYK | cmyk(31%, 67%, 0%, 0%) |
| LAB | lab(54.9 65.9 -70.2) |
| LCH | lch(54.9 96.2 313.2) |
| OKLCH | oklch(0.640 0.242 304.7) |
Copy-ready code
/* CSS */
color: #af55ff;
background-color: #af55ff;
/* Tailwind (arbitrary) */
class="text-[#af55ff] bg-[#af55ff]"
/* SCSS */
$brand: #af55ff;
/* SwiftUI */
Color(red: 0.686, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#af55ff")Accessibility — WCAG contrast
Aa
#af55ff on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af55ff on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.3%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#af55ff text on a black background
contrast 5.57:1
Card sample
#af55ff text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af55ff;
Background color
Panel with #af55ff background
background-color: #af55ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af55ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af55ff; background: linear-gradient(135deg, #af55ff, #FF55DE);