#af76e8
a light, vivid violet · warm · closest name: slateblue
RGB
175, 118, 232
HSL
270°, 71%, 69%
CMYK
25, 49, 0, 9
Luminance
0.2790
Every format
| HEX | #af76e8 |
| RGB | rgb(175, 118, 232) |
| HSL | hsl(270, 71%, 69%) |
| CMYK | cmyk(25%, 49%, 0%, 9%) |
| LAB | lab(59.8 44.0 -49.5) |
| LCH | lch(59.8 66.2 311.6) |
| OKLCH | oklch(0.672 0.170 305.4) |
Copy-ready code
/* CSS */
color: #af76e8;
background-color: #af76e8;
/* Tailwind (arbitrary) */
class="text-[#af76e8] bg-[#af76e8]"
/* SCSS */
$brand: #af76e8;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.910)
/* Android */
Color.parseColor("#af76e8")Accessibility — WCAG contrast
Aa
#af76e8 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af76e8 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue91.0%
CMYK percentages
Cyan24.6%
Magenta49.1%
Yellow0.0%
Key (black)9.0%
Color previews
#af76e8 text on a black background
contrast 6.58:1
Card sample
#af76e8 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af76e8;
Background color
Panel with #af76e8 background
background-color: #af76e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af76e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af76e8; background: linear-gradient(135deg, #af76e8, #E876D5);