#af8ffd
a light, electric violet · warm · closest name: slateblue
RGB
175, 143, 253
HSL
258°, 97%, 78%
CMYK
31, 44, 0, 1
Luminance
0.3585
Every format
| HEX | #af8ffd |
| RGB | rgb(175, 143, 253) |
| HSL | hsl(258, 97%, 78%) |
| CMYK | cmyk(31%, 44%, 0%, 1%) |
| LAB | lab(66.4 35.2 -50.7) |
| LCH | lch(66.4 61.7 304.8) |
| OKLCH | oklch(0.725 0.158 295.6) |
Copy-ready code
/* CSS */
color: #af8ffd;
background-color: #af8ffd;
/* Tailwind (arbitrary) */
class="text-[#af8ffd] bg-[#af8ffd]"
/* SCSS */
$brand: #af8ffd;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.992)
/* Android */
Color.parseColor("#af8ffd")Accessibility — WCAG contrast
Aa
#af8ffd on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ffd on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta43.5%
Yellow0.0%
Key (black)0.8%
Color previews
#af8ffd text on a black background
contrast 8.17:1
Card sample
#af8ffd text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ffd;
Background color
Panel with #af8ffd background
background-color: #af8ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ffd; background: linear-gradient(135deg, #af8ffd, #F88FFD);