#af9994
a balanced, muted red · warm · closest name: gray
RGB
175, 153, 148
HSL
11°, 14%, 63%
CMYK
0, 13, 15, 31
Luminance
0.3403
Every format
| HEX | #af9994 |
| RGB | rgb(175, 153, 148) |
| HSL | hsl(11, 14%, 63%) |
| CMYK | cmyk(0%, 13%, 15%, 31%) |
| LAB | lab(65.0 7.3 5.6) |
| LCH | lch(65.0 9.2 37.6) |
| OKLCH | oklch(0.701 0.027 32.9) |
Copy-ready code
/* CSS */
color: #af9994;
background-color: #af9994;
/* Tailwind (arbitrary) */
class="text-[#af9994] bg-[#af9994]"
/* SCSS */
$brand: #af9994;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.580)
/* Android */
Color.parseColor("#af9994")Accessibility — WCAG contrast
Aa
#af9994 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9994 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow15.4%
Key (black)31.4%
Color previews
#af9994 text on a black background
contrast 7.81:1
Card sample
#af9994 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9994;
Background color
Panel with #af9994 background
background-color: #af9994;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9994;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9994; background: linear-gradient(135deg, #af9994, #AFAB94);