#af8d89
a balanced, soft red · warm · closest name: gray
RGB
175, 141, 137
HSL
6°, 19%, 61%
CMYK
0, 19, 22, 31
Luminance
0.2997
Every format
| HEX | #af8d89 |
| RGB | rgb(175, 141, 137) |
| HSL | hsl(6, 19%, 61%) |
| CMYK | cmyk(0%, 19%, 22%, 31%) |
| LAB | lab(61.6 12.2 7.0) |
| LCH | lch(61.6 14.1 29.8) |
| OKLCH | oklch(0.674 0.042 26.0) |
Copy-ready code
/* CSS */
color: #af8d89;
background-color: #af8d89;
/* Tailwind (arbitrary) */
class="text-[#af8d89] bg-[#af8d89]"
/* SCSS */
$brand: #af8d89;
/* SwiftUI */
Color(red: 0.686, green: 0.553, blue: 0.537)
/* Android */
Color.parseColor("#af8d89")Accessibility — WCAG contrast
Aa
#af8d89 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8d89 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.3%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow21.7%
Key (black)31.4%
Color previews
#af8d89 text on a black background
contrast 6.99:1
Card sample
#af8d89 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8d89;
Background color
Panel with #af8d89 background
background-color: #af8d89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8d89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 141, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 141, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8d89; background: linear-gradient(135deg, #af8d89, #AFA689);