#af97df
a light, vivid violet · warm · closest name: plum
RGB
175, 151, 223
HSL
260°, 53%, 73%
CMYK
22, 32, 0, 13
Luminance
0.3657
Every format
| HEX | #af97df |
| RGB | rgb(175, 151, 223) |
| HSL | hsl(260, 53%, 73%) |
| CMYK | cmyk(22%, 32%, 0%, 13%) |
| LAB | lab(67.0 23.4 -33.3) |
| LCH | lch(67.0 40.7 305.1) |
| OKLCH | oklch(0.724 0.105 299.1) |
Copy-ready code
/* CSS */
color: #af97df;
background-color: #af97df;
/* Tailwind (arbitrary) */
class="text-[#af97df] bg-[#af97df]"
/* SCSS */
$brand: #af97df;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#af97df")Accessibility — WCAG contrast
Aa
#af97df on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af97df on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#af97df text on a black background
contrast 8.31:1
Card sample
#af97df text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af97df;
Background color
Panel with #af97df background
background-color: #af97df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af97df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af97df; background: linear-gradient(135deg, #af97df, #DF97DF);