#af8c99
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 140, 153
HSL
338°, 18%, 62%
CMYK
0, 20, 13, 31
Luminance
0.3017
Every format
| HEX | #af8c99 |
| RGB | rgb(175, 140, 153) |
| HSL | hsl(338, 18%, 62%) |
| CMYK | cmyk(0%, 20%, 13%, 31%) |
| LAB | lab(61.8 15.4 -1.9) |
| LCH | lch(61.8 15.5 353.1) |
| OKLCH | oklch(0.677 0.046 354.2) |
Copy-ready code
/* CSS */
color: #af8c99;
background-color: #af8c99;
/* Tailwind (arbitrary) */
class="text-[#af8c99] bg-[#af8c99]"
/* SCSS */
$brand: #af8c99;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.600)
/* Android */
Color.parseColor("#af8c99")Accessibility — WCAG contrast
Aa
#af8c99 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8c99 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow12.6%
Key (black)31.4%
Color previews
#af8c99 text on a black background
contrast 7.03:1
Card sample
#af8c99 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8c99;
Background color
Panel with #af8c99 background
background-color: #af8c99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8c99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8c99; background: linear-gradient(135deg, #af8c99, #AF968C);