#af8784
a balanced, soft red · warm · closest name: gray
RGB
175, 135, 132
HSL
4°, 21%, 60%
CMYK
0, 23, 25, 31
Luminance
0.2811
Every format
| HEX | #af8784 |
| RGB | rgb(175, 135, 132) |
| HSL | hsl(4, 21%, 60%) |
| CMYK | cmyk(0%, 23%, 25%, 31%) |
| LAB | lab(60.0 14.8 7.5) |
| LCH | lch(60.0 16.6 26.9) |
| OKLCH | oklch(0.661 0.050 23.4) |
Copy-ready code
/* CSS */
color: #af8784;
background-color: #af8784;
/* Tailwind (arbitrary) */
class="text-[#af8784] bg-[#af8784]"
/* SCSS */
$brand: #af8784;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.518)
/* Android */
Color.parseColor("#af8784")Accessibility — WCAG contrast
Aa
#af8784 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8784 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow24.6%
Key (black)31.4%
Color previews
#af8784 text on a black background
contrast 6.62:1
Card sample
#af8784 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8784;
Background color
Panel with #af8784 background
background-color: #af8784;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8784;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8784; background: linear-gradient(135deg, #af8784, #AFA484);