#af7ad7
a light, vivid violet · warm · closest name: orchid
RGB
175, 122, 215
HSL
274°, 54%, 66%
CMYK
19, 43, 0, 16
Luminance
0.2794
Every format
| HEX | #af7ad7 |
| RGB | rgb(175, 122, 215) |
| HSL | hsl(274, 54%, 66%) |
| CMYK | cmyk(19%, 43%, 0%, 16%) |
| LAB | lab(59.8 37.9 -40.0) |
| LCH | lch(59.8 55.1 313.5) |
| OKLCH | oklch(0.669 0.143 309.3) |
Copy-ready code
/* CSS */
color: #af7ad7;
background-color: #af7ad7;
/* Tailwind (arbitrary) */
class="text-[#af7ad7] bg-[#af7ad7]"
/* SCSS */
$brand: #af7ad7;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.843)
/* Android */
Color.parseColor("#af7ad7")Accessibility — WCAG contrast
Aa
#af7ad7 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ad7 on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue84.3%
CMYK percentages
Cyan18.6%
Magenta43.3%
Yellow0.0%
Key (black)15.7%
Color previews
#af7ad7 text on a black background
contrast 6.59:1
Card sample
#af7ad7 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ad7;
Background color
Panel with #af7ad7 background
background-color: #af7ad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ad7; background: linear-gradient(135deg, #af7ad7, #D77AC1);