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