#af9799
a balanced, muted red · warm · closest name: gray
RGB
175, 151, 153
HSL
355°, 13%, 64%
CMYK
0, 14, 13, 31
Luminance
0.3355
Every format
| HEX | #af9799 |
| RGB | rgb(175, 151, 153) |
| HSL | hsl(355, 13%, 64%) |
| CMYK | cmyk(0%, 14%, 13%, 31%) |
| LAB | lab(64.6 9.2 2.2) |
| LCH | lch(64.6 9.5 13.6) |
| OKLCH | oklch(0.698 0.029 12.2) |
Copy-ready code
/* CSS */
color: #af9799;
background-color: #af9799;
/* Tailwind (arbitrary) */
class="text-[#af9799] bg-[#af9799]"
/* SCSS */
$brand: #af9799;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.600)
/* Android */
Color.parseColor("#af9799")Accessibility — WCAG contrast
Aa
#af9799 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9799 on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow12.6%
Key (black)31.4%
Color previews
#af9799 text on a black background
contrast 7.71:1
Card sample
#af9799 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9799;
Background color
Panel with #af9799 background
background-color: #af9799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9799; background: linear-gradient(135deg, #af9799, #AFA597);