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