#af8cfd
a light, electric violet · warm · closest name: slateblue
RGB
175, 140, 253
HSL
259°, 97%, 77%
CMYK
31, 45, 0, 1
Luminance
0.3496
Every format
| HEX | #af8cfd |
| RGB | rgb(175, 140, 253) |
| HSL | hsl(259, 97%, 77%) |
| CMYK | cmyk(31%, 45%, 0%, 1%) |
| LAB | lab(65.7 36.8 -51.8) |
| LCH | lch(65.7 63.5 305.4) |
| OKLCH | oklch(0.719 0.162 296.4) |
Copy-ready code
/* CSS */
color: #af8cfd;
background-color: #af8cfd;
/* Tailwind (arbitrary) */
class="text-[#af8cfd] bg-[#af8cfd]"
/* SCSS */
$brand: #af8cfd;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#af8cfd")Accessibility — WCAG contrast
Aa
#af8cfd on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8cfd on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#af8cfd text on a black background
contrast 7.99:1
Card sample
#af8cfd text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8cfd;
Background color
Panel with #af8cfd background
background-color: #af8cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8cfd; background: linear-gradient(135deg, #af8cfd, #FA8CFD);