#af88fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 136, 252
HSL
260°, 95%, 76%
CMYK
31, 46, 0, 1
Luminance
0.3375
Every format
| HEX | #af88fc |
| RGB | rgb(175, 136, 252) |
| HSL | hsl(260, 95%, 76%) |
| CMYK | cmyk(31%, 46%, 0%, 1%) |
| LAB | lab(64.8 38.8 -52.7) |
| LCH | lch(64.8 65.5 306.4) |
| OKLCH | oklch(0.712 0.167 297.5) |
Copy-ready code
/* CSS */
color: #af88fc;
background-color: #af88fc;
/* Tailwind (arbitrary) */
class="text-[#af88fc] bg-[#af88fc]"
/* SCSS */
$brand: #af88fc;
/* SwiftUI */
Color(red: 0.686, green: 0.533, blue: 0.988)
/* Android */
Color.parseColor("#af88fc")Accessibility — WCAG contrast
Aa
#af88fc on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af88fc on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.3%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta46.0%
Yellow0.0%
Key (black)1.2%
Color previews
#af88fc text on a black background
contrast 7.75:1
Card sample
#af88fc text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af88fc;
Background color
Panel with #af88fc background
background-color: #af88fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af88fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 136, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 136, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af88fc; background: linear-gradient(135deg, #af88fc, #FC88FC);