#af97d7
a light, soft violet · warm · closest name: plum
RGB
175, 151, 215
HSL
263°, 44%, 72%
CMYK
19, 30, 0, 16
Luminance
0.3615
Every format
| HEX | #af97d7 |
| RGB | rgb(175, 151, 215) |
| HSL | hsl(263, 44%, 72%) |
| CMYK | cmyk(19%, 30%, 0%, 16%) |
| LAB | lab(66.6 21.6 -29.4) |
| LCH | lch(66.6 36.5 306.3) |
| OKLCH | oklch(0.721 0.095 301.3) |
Copy-ready code
/* CSS */
color: #af97d7;
background-color: #af97d7;
/* Tailwind (arbitrary) */
class="text-[#af97d7] bg-[#af97d7]"
/* SCSS */
$brand: #af97d7;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.843)
/* Android */
Color.parseColor("#af97d7")Accessibility — WCAG contrast
Aa
#af97d7 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af97d7 on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue84.3%
CMYK percentages
Cyan18.6%
Magenta29.8%
Yellow0.0%
Key (black)15.7%
Color previews
#af97d7 text on a black background
contrast 8.23:1
Card sample
#af97d7 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af97d7;
Background color
Panel with #af97d7 background
background-color: #af97d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af97d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af97d7; background: linear-gradient(135deg, #af97d7, #D797D4);