#af94ac
a balanced, muted magenta / pink · warm · closest name: gray
RGB
175, 148, 172
HSL
307°, 14%, 63%
CMYK
0, 15, 2, 31
Luminance
0.3327
Every format
| HEX | #af94ac |
| RGB | rgb(175, 148, 172) |
| HSL | hsl(307, 14%, 63%) |
| CMYK | cmyk(0%, 15%, 2%, 31%) |
| LAB | lab(64.4 14.3 -8.8) |
| LCH | lch(64.4 16.8 328.5) |
| OKLCH | oklch(0.698 0.046 329.7) |
Copy-ready code
/* CSS */
color: #af94ac;
background-color: #af94ac;
/* Tailwind (arbitrary) */
class="text-[#af94ac] bg-[#af94ac]"
/* SCSS */
$brand: #af94ac;
/* SwiftUI */
Color(red: 0.686, green: 0.580, blue: 0.675)
/* Android */
Color.parseColor("#af94ac")Accessibility — WCAG contrast
Aa
#af94ac on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af94ac on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow1.7%
Key (black)31.4%
Color previews
#af94ac text on a black background
contrast 7.65:1
Card sample
#af94ac text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af94ac;
Background color
Panel with #af94ac background
background-color: #af94ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af94ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 148, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 148, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af94ac; background: linear-gradient(135deg, #af94ac, #AF949A);