#af7ae7
a light, vivid violet · warm · closest name: slateblue
RGB
175, 122, 231
HSL
269°, 69%, 69%
CMYK
24, 47, 0, 9
Luminance
0.2880
Every format
| HEX | #af7ae7 |
| RGB | rgb(175, 122, 231) |
| HSL | hsl(269, 69%, 69%) |
| CMYK | cmyk(24%, 47%, 0%, 9%) |
| LAB | lab(60.6 41.5 -47.7) |
| LCH | lch(60.6 63.3 311.0) |
| OKLCH | oklch(0.677 0.163 304.9) |
Copy-ready code
/* CSS */
color: #af7ae7;
background-color: #af7ae7;
/* Tailwind (arbitrary) */
class="text-[#af7ae7] bg-[#af7ae7]"
/* SCSS */
$brand: #af7ae7;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.906)
/* Android */
Color.parseColor("#af7ae7")Accessibility — WCAG contrast
Aa
#af7ae7 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ae7 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue90.6%
CMYK percentages
Cyan24.2%
Magenta47.2%
Yellow0.0%
Key (black)9.4%
Color previews
#af7ae7 text on a black background
contrast 6.76:1
Card sample
#af7ae7 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ae7;
Background color
Panel with #af7ae7 background
background-color: #af7ae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ae7; background: linear-gradient(135deg, #af7ae7, #E77AD6);