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