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