#af76fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 118, 252
HSL
266°, 96%, 73%
CMYK
31, 53, 0, 1
Luminance
0.2910
Every format
| HEX | #af76fc |
| RGB | rgb(175, 118, 252) |
| HSL | hsl(266, 96%, 73%) |
| CMYK | cmyk(31%, 53%, 0%, 1%) |
| LAB | lab(60.9 48.7 -58.9) |
| LCH | lch(60.9 76.4 309.6) |
| OKLCH | oklch(0.683 0.194 301.0) |
Copy-ready code
/* CSS */
color: #af76fc;
background-color: #af76fc;
/* Tailwind (arbitrary) */
class="text-[#af76fc] bg-[#af76fc]"
/* SCSS */
$brand: #af76fc;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.988)
/* Android */
Color.parseColor("#af76fc")Accessibility — WCAG contrast
Aa
#af76fc on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af76fc on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta53.2%
Yellow0.0%
Key (black)1.2%
Color previews
#af76fc text on a black background
contrast 6.82:1
Card sample
#af76fc text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af76fc;
Background color
Panel with #af76fc background
background-color: #af76fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af76fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af76fc; background: linear-gradient(135deg, #af76fc, #FC76F0);