#af7ae1
a light, vivid violet · warm · closest name: orchid
RGB
175, 122, 225
HSL
271°, 63%, 68%
CMYK
22, 46, 0, 12
Luminance
0.2847
Every format
| HEX | #af7ae1 |
| RGB | rgb(175, 122, 225) |
| HSL | hsl(271, 63%, 68%) |
| CMYK | cmyk(22%, 46%, 0%, 12%) |
| LAB | lab(60.3 40.1 -44.8) |
| LCH | lch(60.3 60.2 311.9) |
| OKLCH | oklch(0.674 0.156 306.4) |
Copy-ready code
/* CSS */
color: #af7ae1;
background-color: #af7ae1;
/* Tailwind (arbitrary) */
class="text-[#af7ae1] bg-[#af7ae1]"
/* SCSS */
$brand: #af7ae1;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.882)
/* Android */
Color.parseColor("#af7ae1")Accessibility — WCAG contrast
Aa
#af7ae1 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ae1 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue88.2%
CMYK percentages
Cyan22.2%
Magenta45.8%
Yellow0.0%
Key (black)11.8%
Color previews
#af7ae1 text on a black background
contrast 6.69:1
Card sample
#af7ae1 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ae1;
Background color
Panel with #af7ae1 background
background-color: #af7ae1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ae1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ae1; background: linear-gradient(135deg, #af7ae1, #E17ACE);