#af8e88
a balanced, soft red · warm · closest name: gray
RGB
175, 142, 136
HSL
9°, 20%, 61%
CMYK
0, 19, 22, 31
Luminance
0.3024
Every format
| HEX | #af8e88 |
| RGB | rgb(175, 142, 136) |
| HSL | hsl(9, 20%, 61%) |
| CMYK | cmyk(0%, 19%, 22%, 31%) |
| LAB | lab(61.9 11.5 7.9) |
| LCH | lch(61.9 13.9 34.5) |
| OKLCH | oklch(0.676 0.041 30.1) |
Copy-ready code
/* CSS */
color: #af8e88;
background-color: #af8e88;
/* Tailwind (arbitrary) */
class="text-[#af8e88] bg-[#af8e88]"
/* SCSS */
$brand: #af8e88;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.533)
/* Android */
Color.parseColor("#af8e88")Accessibility — WCAG contrast
Aa
#af8e88 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8e88 on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow22.3%
Key (black)31.4%
Color previews
#af8e88 text on a black background
contrast 7.05:1
Card sample
#af8e88 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8e88;
Background color
Panel with #af8e88 background
background-color: #af8e88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8e88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8e88; background: linear-gradient(135deg, #af8e88, #AFA888);