#af5ff8
a light, electric violet · warm · closest name: slateblue
RGB
175, 95, 248
HSL
271°, 92%, 67%
CMYK
29, 62, 0, 3
Luminance
0.2408
Every format
| HEX | #af5ff8 |
| RGB | rgb(175, 95, 248) |
| HSL | hsl(271, 92%, 67%) |
| CMYK | cmyk(29%, 62%, 0%, 3%) |
| LAB | lab(56.2 59.6 -64.2) |
| LCH | lch(56.2 87.6 312.8) |
| OKLCH | oklch(0.648 0.222 305.1) |
Copy-ready code
/* CSS */
color: #af5ff8;
background-color: #af5ff8;
/* Tailwind (arbitrary) */
class="text-[#af5ff8] bg-[#af5ff8]"
/* SCSS */
$brand: #af5ff8;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.973)
/* Android */
Color.parseColor("#af5ff8")Accessibility — WCAG contrast
Aa
#af5ff8 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ff8 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue97.3%
CMYK percentages
Cyan29.4%
Magenta61.7%
Yellow0.0%
Key (black)2.7%
Color previews
#af5ff8 text on a black background
contrast 5.82:1
Card sample
#af5ff8 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ff8;
Background color
Panel with #af5ff8 background
background-color: #af5ff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ff8; background: linear-gradient(135deg, #af5ff8, #F85FDB);