#af7ad5
a light, vivid violet · warm · closest name: orchid
RGB
175, 122, 213
HSL
275°, 52%, 66%
CMYK
18, 43, 0, 17
Luminance
0.2784
Every format
| HEX | #af7ad5 |
| RGB | rgb(175, 122, 213) |
| HSL | hsl(275, 52%, 66%) |
| CMYK | cmyk(18%, 43%, 0%, 17%) |
| LAB | lab(59.7 37.4 -39.0) |
| LCH | lch(59.7 54.1 313.8) |
| OKLCH | oklch(0.668 0.141 309.9) |
Copy-ready code
/* CSS */
color: #af7ad5;
background-color: #af7ad5;
/* Tailwind (arbitrary) */
class="text-[#af7ad5] bg-[#af7ad5]"
/* SCSS */
$brand: #af7ad5;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.835)
/* Android */
Color.parseColor("#af7ad5")Accessibility — WCAG contrast
Aa
#af7ad5 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ad5 on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue83.5%
CMYK percentages
Cyan17.8%
Magenta42.7%
Yellow0.0%
Key (black)16.5%
Color previews
#af7ad5 text on a black background
contrast 6.57:1
Card sample
#af7ad5 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ad5;
Background color
Panel with #af7ad5 background
background-color: #af7ad5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ad5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ad5; background: linear-gradient(135deg, #af7ad5, #D57ABE);