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