#af7afe
a light, electric violet · warm · closest name: slateblue
RGB
175, 122, 254
HSL
264°, 99%, 74%
CMYK
31, 52, 0, 0
Luminance
0.3019
Every format
| HEX | #af7afe |
| RGB | rgb(175, 122, 254) |
| HSL | hsl(264, 99%, 74%) |
| CMYK | cmyk(31%, 52%, 0%, 0%) |
| LAB | lab(61.8 47.0 -58.5) |
| LCH | lch(61.8 75.0 308.8) |
| OKLCH | oklch(0.690 0.191 300.0) |
Copy-ready code
/* CSS */
color: #af7afe;
background-color: #af7afe;
/* Tailwind (arbitrary) */
class="text-[#af7afe] bg-[#af7afe]"
/* SCSS */
$brand: #af7afe;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.996)
/* Android */
Color.parseColor("#af7afe")Accessibility — WCAG contrast
Aa
#af7afe on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af7afe on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta52.0%
Yellow0.0%
Key (black)0.4%
Color previews
#af7afe text on a black background
contrast 7.04:1
Card sample
#af7afe text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7afe;
Background color
Panel with #af7afe background
background-color: #af7afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7afe; background: linear-gradient(135deg, #af7afe, #FE7AF5);