#af9997
a balanced, muted red · warm · closest name: gray
RGB
175, 153, 151
HSL
5°, 13%, 64%
CMYK
0, 13, 14, 31
Luminance
0.3413
Every format
| HEX | #af9997 |
| RGB | rgb(175, 153, 151) |
| HSL | hsl(5, 13%, 64%) |
| CMYK | cmyk(0%, 13%, 14%, 31%) |
| LAB | lab(65.1 7.8 4.0) |
| LCH | lch(65.1 8.8 27.4) |
| OKLCH | oklch(0.702 0.026 24.0) |
Copy-ready code
/* CSS */
color: #af9997;
background-color: #af9997;
/* Tailwind (arbitrary) */
class="text-[#af9997] bg-[#af9997]"
/* SCSS */
$brand: #af9997;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.592)
/* Android */
Color.parseColor("#af9997")Accessibility — WCAG contrast
Aa
#af9997 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9997 on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow13.7%
Key (black)31.4%
Color previews
#af9997 text on a black background
contrast 7.83:1
Card sample
#af9997 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9997;
Background color
Panel with #af9997 background
background-color: #af9997;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9997;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9997; background: linear-gradient(135deg, #af9997, #AFA997);