#af99af
a balanced, muted magenta / pink · warm · closest name: silver
RGB
175, 153, 175
HSL
300°, 12%, 64%
CMYK
0, 13, 0, 31
Luminance
0.3499
Every format
| HEX | #af99af |
| RGB | rgb(175, 153, 175) |
| HSL | hsl(300, 12%, 64%) |
| CMYK | cmyk(0%, 13%, 0%, 31%) |
| LAB | lab(65.7 12.1 -8.4) |
| LCH | lch(65.7 14.8 325.1) |
| OKLCH | oklch(0.709 0.040 326.0) |
Copy-ready code
/* CSS */
color: #af99af;
background-color: #af99af;
/* Tailwind (arbitrary) */
class="text-[#af99af] bg-[#af99af]"
/* SCSS */
$brand: #af99af;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.686)
/* Android */
Color.parseColor("#af99af")Accessibility — WCAG contrast
Aa
#af99af on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99af on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow0.0%
Key (black)31.4%
Color previews
#af99af text on a black background
contrast 8.00:1
Card sample
#af99af text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99af;
Background color
Panel with #af99af background
background-color: #af99af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99af; background: linear-gradient(135deg, #af99af, #AF99A0);