#af8afd
a light, electric violet · warm · closest name: slateblue
RGB
175, 138, 253
HSL
259°, 97%, 77%
CMYK
31, 46, 0, 1
Luminance
0.3438
Every format
| HEX | #af8afd |
| RGB | rgb(175, 138, 253) |
| HSL | hsl(259, 97%, 77%) |
| CMYK | cmyk(31%, 46%, 0%, 1%) |
| LAB | lab(65.3 38.0 -52.5) |
| LCH | lch(65.3 64.8 305.9) |
| OKLCH | oklch(0.716 0.165 296.9) |
Copy-ready code
/* CSS */
color: #af8afd;
background-color: #af8afd;
/* Tailwind (arbitrary) */
class="text-[#af8afd] bg-[#af8afd]"
/* SCSS */
$brand: #af8afd;
/* SwiftUI */
Color(red: 0.686, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#af8afd")Accessibility — WCAG contrast
Aa
#af8afd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8afd on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.1%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#af8afd text on a black background
contrast 7.88:1
Card sample
#af8afd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8afd;
Background color
Panel with #af8afd background
background-color: #af8afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8afd; background: linear-gradient(135deg, #af8afd, #FC8AFD);