#af7ade
a light, vivid violet · warm · closest name: orchid
RGB
175, 122, 222
HSL
272°, 60%, 68%
CMYK
21, 45, 0, 13
Luminance
0.2831
Every format
| HEX | #af7ade |
| RGB | rgb(175, 122, 222) |
| HSL | hsl(272, 60%, 68%) |
| CMYK | cmyk(21%, 45%, 0%, 13%) |
| LAB | lab(60.2 39.5 -43.4) |
| LCH | lch(60.2 58.6 312.3) |
| OKLCH | oklch(0.673 0.152 307.2) |
Copy-ready code
/* CSS */
color: #af7ade;
background-color: #af7ade;
/* Tailwind (arbitrary) */
class="text-[#af7ade] bg-[#af7ade]"
/* SCSS */
$brand: #af7ade;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#af7ade")Accessibility — WCAG contrast
Aa
#af7ade on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ade on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue87.1%
CMYK percentages
Cyan21.2%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#af7ade text on a black background
contrast 6.66:1
Card sample
#af7ade text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ade;
Background color
Panel with #af7ade background
background-color: #af7ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ade; background: linear-gradient(135deg, #af7ade, #DE7ACA);