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