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