#af97b3
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 151, 179
HSL
291°, 16%, 65%
CMYK
2, 16, 0, 30
Luminance
0.3450
Every format
| HEX | #af97b3 |
| RGB | rgb(175, 151, 179) |
| HSL | hsl(291, 16%, 65%) |
| CMYK | cmyk(2%, 16%, 0%, 30%) |
| LAB | lab(65.4 14.0 -11.3) |
| LCH | lch(65.4 18.0 321.2) |
| OKLCH | oklch(0.707 0.048 321.5) |
Copy-ready code
/* CSS */
color: #af97b3;
background-color: #af97b3;
/* Tailwind (arbitrary) */
class="text-[#af97b3] bg-[#af97b3]"
/* SCSS */
$brand: #af97b3;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.702)
/* Android */
Color.parseColor("#af97b3")Accessibility — WCAG contrast
Aa
#af97b3 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af97b3 on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue70.2%
CMYK percentages
Cyan2.2%
Magenta15.6%
Yellow0.0%
Key (black)29.8%
Color previews
#af97b3 text on a black background
contrast 7.90:1
Card sample
#af97b3 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af97b3;
Background color
Panel with #af97b3 background
background-color: #af97b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af97b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af97b3; background: linear-gradient(135deg, #af97b3, #B397A4);