#af8dff
a light, electric violet · warm · closest name: slateblue
RGB
175, 141, 255
HSL
258°, 100%, 78%
CMYK
31, 45, 0, 0
Luminance
0.3538
Every format
| HEX | #af8dff |
| RGB | rgb(175, 141, 255) |
| HSL | hsl(258, 100%, 78%) |
| CMYK | cmyk(31%, 45%, 0%, 0%) |
| LAB | lab(66.0 36.8 -52.3) |
| LCH | lch(66.0 64.0 305.1) |
| OKLCH | oklch(0.722 0.163 295.8) |
Copy-ready code
/* CSS */
color: #af8dff;
background-color: #af8dff;
/* Tailwind (arbitrary) */
class="text-[#af8dff] bg-[#af8dff]"
/* SCSS */
$brand: #af8dff;
/* SwiftUI */
Color(red: 0.686, green: 0.553, blue: 1.000)
/* Android */
Color.parseColor("#af8dff")Accessibility — WCAG contrast
Aa
#af8dff on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8dff on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.3%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta44.7%
Yellow0.0%
Key (black)0.0%
Color previews
#af8dff text on a black background
contrast 8.08:1
Card sample
#af8dff text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8dff;
Background color
Panel with #af8dff background
background-color: #af8dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 141, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 141, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8dff; background: linear-gradient(135deg, #af8dff, #FB8DFF);