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