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