#af7aec
a light, electric violet · warm · closest name: slateblue
RGB
175, 122, 236
HSL
268°, 75%, 70%
CMYK
26, 48, 0, 8
Luminance
0.2909
Every format
| HEX | #af7aec |
| RGB | rgb(175, 122, 236) |
| HSL | hsl(268, 75%, 70%) |
| CMYK | cmyk(26%, 48%, 0%, 8%) |
| LAB | lab(60.9 42.7 -50.1) |
| LCH | lch(60.9 65.8 310.5) |
| OKLCH | oklch(0.680 0.169 303.7) |
Copy-ready code
/* CSS */
color: #af7aec;
background-color: #af7aec;
/* Tailwind (arbitrary) */
class="text-[#af7aec] bg-[#af7aec]"
/* SCSS */
$brand: #af7aec;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.925)
/* Android */
Color.parseColor("#af7aec")Accessibility — WCAG contrast
Aa
#af7aec on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7aec on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta48.3%
Yellow0.0%
Key (black)7.5%
Color previews
#af7aec text on a black background
contrast 6.82:1
Card sample
#af7aec text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7aec;
Background color
Panel with #af7aec background
background-color: #af7aec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7aec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7aec; background: linear-gradient(135deg, #af7aec, #EC7ADD);