#af76fe
a light, electric violet · warm · closest name: slateblue
RGB
175, 118, 254
HSL
265°, 99%, 73%
CMYK
31, 54, 0, 0
Luminance
0.2923
Every format
| HEX | #af76fe |
| RGB | rgb(175, 118, 254) |
| HSL | hsl(265, 99%, 73%) |
| CMYK | cmyk(31%, 54%, 0%, 0%) |
| LAB | lab(61.0 49.1 -59.8) |
| LCH | lch(61.0 77.4 309.4) |
| OKLCH | oklch(0.684 0.196 300.7) |
Copy-ready code
/* CSS */
color: #af76fe;
background-color: #af76fe;
/* Tailwind (arbitrary) */
class="text-[#af76fe] bg-[#af76fe]"
/* SCSS */
$brand: #af76fe;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.996)
/* Android */
Color.parseColor("#af76fe")Accessibility — WCAG contrast
Aa
#af76fe on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af76fe on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta53.5%
Yellow0.0%
Key (black)0.4%
Color previews
#af76fe text on a black background
contrast 6.85:1
Card sample
#af76fe text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af76fe;
Background color
Panel with #af76fe background
background-color: #af76fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af76fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af76fe; background: linear-gradient(135deg, #af76fe, #FE76F2);