#af7ffd
a light, electric violet · warm · closest name: slateblue
RGB
175, 127, 253
HSL
263°, 97%, 75%
CMYK
31, 50, 0, 1
Luminance
0.3138
Every format
| HEX | #af7ffd |
| RGB | rgb(175, 127, 253) |
| HSL | hsl(263, 97%, 75%) |
| CMYK | cmyk(31%, 50%, 0%, 1%) |
| LAB | lab(62.8 44.0 -56.3) |
| LCH | lch(62.8 71.5 308.0) |
| OKLCH | oklch(0.698 0.182 299.2) |
Copy-ready code
/* CSS */
color: #af7ffd;
background-color: #af7ffd;
/* Tailwind (arbitrary) */
class="text-[#af7ffd] bg-[#af7ffd]"
/* SCSS */
$brand: #af7ffd;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.992)
/* Android */
Color.parseColor("#af7ffd")Accessibility — WCAG contrast
Aa
#af7ffd on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af7ffd on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta49.8%
Yellow0.0%
Key (black)0.8%
Color previews
#af7ffd text on a black background
contrast 7.28:1
Card sample
#af7ffd text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ffd;
Background color
Panel with #af7ffd background
background-color: #af7ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ffd; background: linear-gradient(135deg, #af7ffd, #FD7FF7);