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