#af99a6
a balanced, muted magenta / pink · warm · closest name: gray
RGB
175, 153, 166
HSL
325°, 12%, 64%
CMYK
0, 13, 5, 31
Luminance
0.3465
Every format
| HEX | #af99a6 |
| RGB | rgb(175, 153, 166) |
| HSL | hsl(325, 12%, 64%) |
| CMYK | cmyk(0%, 13%, 5%, 31%) |
| LAB | lab(65.5 10.4 -3.8) |
| LCH | lch(65.5 11.1 340.0) |
| OKLCH | oklch(0.706 0.032 341.7) |
Copy-ready code
/* CSS */
color: #af99a6;
background-color: #af99a6;
/* Tailwind (arbitrary) */
class="text-[#af99a6] bg-[#af99a6]"
/* SCSS */
$brand: #af99a6;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.651)
/* Android */
Color.parseColor("#af99a6")Accessibility — WCAG contrast
Aa
#af99a6 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99a6 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow5.1%
Key (black)31.4%
Color previews
#af99a6 text on a black background
contrast 7.93:1
Card sample
#af99a6 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99a6;
Background color
Panel with #af99a6 background
background-color: #af99a6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99a6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99a6; background: linear-gradient(135deg, #af99a6, #AF9B99);