#af55fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 85, 252
HSL
272°, 97%, 66%
CMYK
31, 66, 0, 1
Luminance
0.2264
Every format
| HEX | #af55fc |
| RGB | rgb(175, 85, 252) |
| HSL | hsl(272, 97%, 66%) |
| CMYK | cmyk(31%, 66%, 0%, 1%) |
| LAB | lab(54.7 65.2 -68.8) |
| LCH | lch(54.7 94.8 313.5) |
| OKLCH | oklch(0.638 0.239 305.3) |
Copy-ready code
/* CSS */
color: #af55fc;
background-color: #af55fc;
/* Tailwind (arbitrary) */
class="text-[#af55fc] bg-[#af55fc]"
/* SCSS */
$brand: #af55fc;
/* SwiftUI */
Color(red: 0.686, green: 0.333, blue: 0.988)
/* Android */
Color.parseColor("#af55fc")Accessibility — WCAG contrast
Aa
#af55fc on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af55fc on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.3%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta66.3%
Yellow0.0%
Key (black)1.2%
Color previews
#af55fc text on a black background
contrast 5.53:1
Card sample
#af55fc text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af55fc;
Background color
Panel with #af55fc background
background-color: #af55fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af55fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 85, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 85, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af55fc; background: linear-gradient(135deg, #af55fc, #FC55DA);