#af898c
a balanced, soft red · warm · closest name: gray
RGB
175, 137, 140
HSL
355°, 19%, 61%
CMYK
0, 22, 20, 31
Luminance
0.2890
Every format
| HEX | #af898c |
| RGB | rgb(175, 137, 140) |
| HSL | hsl(355, 19%, 61%) |
| CMYK | cmyk(0%, 22%, 20%, 31%) |
| LAB | lab(60.7 14.9 4.0) |
| LCH | lch(60.7 15.4 14.8) |
| OKLCH | oklch(0.667 0.047 13.1) |
Copy-ready code
/* CSS */
color: #af898c;
background-color: #af898c;
/* Tailwind (arbitrary) */
class="text-[#af898c] bg-[#af898c]"
/* SCSS */
$brand: #af898c;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.549)
/* Android */
Color.parseColor("#af898c")Accessibility — WCAG contrast
Aa
#af898c on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af898c on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow20.0%
Key (black)31.4%
Color previews
#af898c text on a black background
contrast 6.78:1
Card sample
#af898c text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af898c;
Background color
Panel with #af898c background
background-color: #af898c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af898c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af898c; background: linear-gradient(135deg, #af898c, #AF9F89);