#af97d3
a light, soft violet · warm · closest name: plum
RGB
175, 151, 211
HSL
264°, 41%, 71%
CMYK
17, 28, 0, 17
Luminance
0.3595
Every format
| HEX | #af97d3 |
| RGB | rgb(175, 151, 211) |
| HSL | hsl(264, 41%, 71%) |
| CMYK | cmyk(17%, 28%, 0%, 17%) |
| LAB | lab(66.5 20.7 -27.4) |
| LCH | lch(66.5 34.4 307.1) |
| OKLCH | oklch(0.719 0.089 302.5) |
Copy-ready code
/* CSS */
color: #af97d3;
background-color: #af97d3;
/* Tailwind (arbitrary) */
class="text-[#af97d3] bg-[#af97d3]"
/* SCSS */
$brand: #af97d3;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.827)
/* Android */
Color.parseColor("#af97d3")Accessibility — WCAG contrast
Aa
#af97d3 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af97d3 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta28.4%
Yellow0.0%
Key (black)17.3%
Color previews
#af97d3 text on a black background
contrast 8.19:1
Card sample
#af97d3 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af97d3;
Background color
Panel with #af97d3 background
background-color: #af97d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af97d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af97d3; background: linear-gradient(135deg, #af97d3, #D397CF);