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