#af95ab
a balanced, muted magenta / pink · warm · closest name: gray
RGB
175, 149, 171
HSL
309°, 14%, 64%
CMYK
0, 15, 2, 31
Luminance
0.3355
Every format
| HEX | #af95ab |
| RGB | rgb(175, 149, 171) |
| HSL | hsl(309, 14%, 64%) |
| CMYK | cmyk(0%, 15%, 2%, 31%) |
| LAB | lab(64.6 13.6 -7.9) |
| LCH | lch(64.6 15.7 329.8) |
| OKLCH | oklch(0.700 0.043 331.2) |
Copy-ready code
/* CSS */
color: #af95ab;
background-color: #af95ab;
/* Tailwind (arbitrary) */
class="text-[#af95ab] bg-[#af95ab]"
/* SCSS */
$brand: #af95ab;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.671)
/* Android */
Color.parseColor("#af95ab")Accessibility — WCAG contrast
Aa
#af95ab on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af95ab on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow2.3%
Key (black)31.4%
Color previews
#af95ab text on a black background
contrast 7.71:1
Card sample
#af95ab text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af95ab;
Background color
Panel with #af95ab background
background-color: #af95ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af95ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af95ab; background: linear-gradient(135deg, #af95ab, #AF959A);