#af80eb
a light, vivid violet · warm · closest name: slateblue
RGB
175, 128, 235
HSL
266°, 73%, 71%
CMYK
26, 46, 0, 8
Luminance
0.3055
Every format
| HEX | #af80eb |
| RGB | rgb(175, 128, 235) |
| HSL | hsl(266, 73%, 71%) |
| CMYK | cmyk(26%, 46%, 0%, 8%) |
| LAB | lab(62.1 39.2 -47.5) |
| LCH | lch(62.1 61.6 309.5) |
| OKLCH | oklch(0.690 0.158 302.7) |
Copy-ready code
/* CSS */
color: #af80eb;
background-color: #af80eb;
/* Tailwind (arbitrary) */
class="text-[#af80eb] bg-[#af80eb]"
/* SCSS */
$brand: #af80eb;
/* SwiftUI */
Color(red: 0.686, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#af80eb")Accessibility — WCAG contrast
Aa
#af80eb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af80eb on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green50.2%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta45.5%
Yellow0.0%
Key (black)7.8%
Color previews
#af80eb text on a black background
contrast 7.11:1
Card sample
#af80eb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af80eb;
Background color
Panel with #af80eb background
background-color: #af80eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af80eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af80eb; background: linear-gradient(135deg, #af80eb, #EB80E0);