#af80fe
a light, electric violet · warm · closest name: slateblue
RGB
175, 128, 254
HSL
262°, 98%, 75%
CMYK
31, 50, 0, 0
Luminance
0.3171
Every format
| HEX | #af80fe |
| RGB | rgb(175, 128, 254) |
| HSL | hsl(262, 98%, 75%) |
| CMYK | cmyk(31%, 50%, 0%, 0%) |
| LAB | lab(63.1 43.7 -56.5) |
| LCH | lch(63.1 71.4 307.8) |
| OKLCH | oklch(0.700 0.182 298.8) |
Copy-ready code
/* CSS */
color: #af80fe;
background-color: #af80fe;
/* Tailwind (arbitrary) */
class="text-[#af80fe] bg-[#af80fe]"
/* SCSS */
$brand: #af80fe;
/* SwiftUI */
Color(red: 0.686, green: 0.502, blue: 0.996)
/* Android */
Color.parseColor("#af80fe")Accessibility — WCAG contrast
Aa
#af80fe on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af80fe on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green50.2%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta49.6%
Yellow0.0%
Key (black)0.4%
Color previews
#af80fe text on a black background
contrast 7.34:1
Card sample
#af80fe text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af80fe;
Background color
Panel with #af80fe background
background-color: #af80fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af80fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 128, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 128, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af80fe; background: linear-gradient(135deg, #af80fe, #FE80F9);