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