#af9b99
a balanced, muted red · warm · closest name: gray
RGB
175, 155, 153
HSL
6°, 12%, 64%
CMYK
0, 11, 13, 31
Luminance
0.3486
Every format
| HEX | #af9b99 |
| RGB | rgb(175, 155, 153) |
| HSL | hsl(6, 12%, 64%) |
| CMYK | cmyk(0%, 11%, 13%, 31%) |
| LAB | lab(65.6 7.0 3.7) |
| LCH | lch(65.6 8.0 28.1) |
| OKLCH | oklch(0.706 0.024 24.6) |
Copy-ready code
/* CSS */
color: #af9b99;
background-color: #af9b99;
/* Tailwind (arbitrary) */
class="text-[#af9b99] bg-[#af9b99]"
/* SCSS */
$brand: #af9b99;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.600)
/* Android */
Color.parseColor("#af9b99")Accessibility — WCAG contrast
Aa
#af9b99 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9b99 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow12.6%
Key (black)31.4%
Color previews
#af9b99 text on a black background
contrast 7.97:1
Card sample
#af9b99 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9b99;
Background color
Panel with #af9b99 background
background-color: #af9b99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9b99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9b99; background: linear-gradient(135deg, #af9b99, #AFAA99);