#af97ba
a light, soft violet · warm · closest name: plum
RGB
175, 151, 186
HSL
281°, 20%, 66%
CMYK
6, 19, 0, 27
Luminance
0.3479
Every format
| HEX | #af97ba |
| RGB | rgb(175, 151, 186) |
| HSL | hsl(281, 20%, 66%) |
| CMYK | cmyk(6%, 19%, 0%, 27%) |
| LAB | lab(65.6 15.4 -14.8) |
| LCH | lch(65.6 21.4 316.1) |
| OKLCH | oklch(0.709 0.057 315.2) |
Copy-ready code
/* CSS */
color: #af97ba;
background-color: #af97ba;
/* Tailwind (arbitrary) */
class="text-[#af97ba] bg-[#af97ba]"
/* SCSS */
$brand: #af97ba;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.729)
/* Android */
Color.parseColor("#af97ba")Accessibility — WCAG contrast
Aa
#af97ba on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af97ba on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta18.8%
Yellow0.0%
Key (black)27.1%
Color previews
#af97ba text on a black background
contrast 7.96:1
Card sample
#af97ba text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af97ba;
Background color
Panel with #af97ba background
background-color: #af97ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af97ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af97ba; background: linear-gradient(135deg, #af97ba, #BA97AE);