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