#af80fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 128, 252
HSL
263°, 95%, 75%
CMYK
31, 49, 0, 1
Luminance
0.3158
Every format
| HEX | #af80fc |
| RGB | rgb(175, 128, 252) |
| HSL | hsl(263, 95%, 75%) |
| CMYK | cmyk(31%, 49%, 0%, 1%) |
| LAB | lab(63.0 43.2 -55.5) |
| LCH | lch(63.0 70.4 307.9) |
| OKLCH | oklch(0.699 0.179 299.2) |
Copy-ready code
/* CSS */
color: #af80fc;
background-color: #af80fc;
/* Tailwind (arbitrary) */
class="text-[#af80fc] bg-[#af80fc]"
/* SCSS */
$brand: #af80fc;
/* SwiftUI */
Color(red: 0.686, green: 0.502, blue: 0.988)
/* Android */
Color.parseColor("#af80fc")Accessibility — WCAG contrast
Aa
#af80fc on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af80fc on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green50.2%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta49.2%
Yellow0.0%
Key (black)1.2%
Color previews
#af80fc text on a black background
contrast 7.32:1
Card sample
#af80fc text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af80fc;
Background color
Panel with #af80fc background
background-color: #af80fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af80fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 128, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 128, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af80fc; background: linear-gradient(135deg, #af80fc, #FC80F6);