#af77f7
a light, electric violet · warm · closest name: slateblue
RGB
175, 119, 247
HSL
266°, 89%, 72%
CMYK
29, 52, 0, 3
Luminance
0.2902
Every format
| HEX | #af77f7 |
| RGB | rgb(175, 119, 247) |
| HSL | hsl(266, 89%, 72%) |
| CMYK | cmyk(29%, 52%, 0%, 3%) |
| LAB | lab(60.8 46.9 -56.3) |
| LCH | lch(60.8 73.3 309.8) |
| OKLCH | oklch(0.682 0.187 301.9) |
Copy-ready code
/* CSS */
color: #af77f7;
background-color: #af77f7;
/* Tailwind (arbitrary) */
class="text-[#af77f7] bg-[#af77f7]"
/* SCSS */
$brand: #af77f7;
/* SwiftUI */
Color(red: 0.686, green: 0.467, blue: 0.969)
/* Android */
Color.parseColor("#af77f7")Accessibility — WCAG contrast
Aa
#af77f7 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af77f7 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.7%
Blue96.9%
CMYK percentages
Cyan29.1%
Magenta51.8%
Yellow0.0%
Key (black)3.1%
Color previews
#af77f7 text on a black background
contrast 6.80:1
Card sample
#af77f7 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af77f7;
Background color
Panel with #af77f7 background
background-color: #af77f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af77f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 119, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 119, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af77f7; background: linear-gradient(135deg, #af77f7, #F777EA);