#af97bc
a light, soft violet · warm · closest name: plum
RGB
175, 151, 188
HSL
279°, 22%, 67%
CMYK
7, 20, 0, 26
Luminance
0.3488
Every format
| HEX | #af97bc |
| RGB | rgb(175, 151, 188) |
| HSL | hsl(279, 22%, 67%) |
| CMYK | cmyk(7%, 20%, 0%, 26%) |
| LAB | lab(65.7 15.8 -15.9) |
| LCH | lch(65.7 22.4 314.9) |
| OKLCH | oklch(0.710 0.059 313.7) |
Copy-ready code
/* CSS */
color: #af97bc;
background-color: #af97bc;
/* Tailwind (arbitrary) */
class="text-[#af97bc] bg-[#af97bc]"
/* SCSS */
$brand: #af97bc;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.737)
/* Android */
Color.parseColor("#af97bc")Accessibility — WCAG contrast
Aa
#af97bc on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af97bc on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta19.7%
Yellow0.0%
Key (black)26.3%
Color previews
#af97bc text on a black background
contrast 7.98:1
Card sample
#af97bc text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af97bc;
Background color
Panel with #af97bc background
background-color: #af97bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af97bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af97bc; background: linear-gradient(135deg, #af97bc, #BC97B0);