#af7ad9
a light, vivid violet · warm · closest name: orchid
RGB
175, 122, 217
HSL
274°, 56%, 67%
CMYK
19, 44, 0, 15
Luminance
0.2804
Every format
| HEX | #af7ad9 |
| RGB | rgb(175, 122, 217) |
| HSL | hsl(274, 56%, 67%) |
| CMYK | cmyk(19%, 44%, 0%, 15%) |
| LAB | lab(59.9 38.3 -41.0) |
| LCH | lch(59.9 56.1 313.1) |
| OKLCH | oklch(0.670 0.146 308.7) |
Copy-ready code
/* CSS */
color: #af7ad9;
background-color: #af7ad9;
/* Tailwind (arbitrary) */
class="text-[#af7ad9] bg-[#af7ad9]"
/* SCSS */
$brand: #af7ad9;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.851)
/* Android */
Color.parseColor("#af7ad9")Accessibility — WCAG contrast
Aa
#af7ad9 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ad9 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue85.1%
CMYK percentages
Cyan19.4%
Magenta43.8%
Yellow0.0%
Key (black)14.9%
Color previews
#af7ad9 text on a black background
contrast 6.61:1
Card sample
#af7ad9 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ad9;
Background color
Panel with #af7ad9 background
background-color: #af7ad9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ad9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ad9; background: linear-gradient(135deg, #af7ad9, #D97AC4);