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