#af97b0
a balanced, muted magenta / pink · warm · closest name: gray
RGB
175, 151, 176
HSL
298°, 14%, 64%
CMYK
1, 14, 0, 31
Luminance
0.3438
Every format
| HEX | #af97b0 |
| RGB | rgb(175, 151, 176) |
| HSL | hsl(298, 14%, 64%) |
| CMYK | cmyk(1%, 14%, 0%, 31%) |
| LAB | lab(65.3 13.4 -9.7) |
| LCH | lch(65.3 16.6 324.1) |
| OKLCH | oklch(0.706 0.045 324.8) |
Copy-ready code
/* CSS */
color: #af97b0;
background-color: #af97b0;
/* Tailwind (arbitrary) */
class="text-[#af97b0] bg-[#af97b0]"
/* SCSS */
$brand: #af97b0;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.690)
/* Android */
Color.parseColor("#af97b0")Accessibility — WCAG contrast
Aa
#af97b0 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af97b0 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue69.0%
CMYK percentages
Cyan0.6%
Magenta14.2%
Yellow0.0%
Key (black)31.0%
Color previews
#af97b0 text on a black background
contrast 7.88:1
Card sample
#af97b0 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af97b0;
Background color
Panel with #af97b0 background
background-color: #af97b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af97b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af97b0; background: linear-gradient(135deg, #af97b0, #B097A0);