#af8992
a balanced, soft red · warm · closest name: gray
RGB
175, 137, 146
HSL
346°, 19%, 61%
CMYK
0, 22, 17, 31
Luminance
0.2908
Every format
| HEX | #af8992 |
| RGB | rgb(175, 137, 146) |
| HSL | hsl(346, 19%, 61%) |
| CMYK | cmyk(0%, 22%, 17%, 31%) |
| LAB | lab(60.9 15.9 0.8) |
| LCH | lch(60.9 15.9 2.7) |
| OKLCH | oklch(0.669 0.048 2.7) |
Copy-ready code
/* CSS */
color: #af8992;
background-color: #af8992;
/* Tailwind (arbitrary) */
class="text-[#af8992] bg-[#af8992]"
/* SCSS */
$brand: #af8992;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.573)
/* Android */
Color.parseColor("#af8992")Accessibility — WCAG contrast
Aa
#af8992 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8992 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow16.6%
Key (black)31.4%
Color previews
#af8992 text on a black background
contrast 6.82:1
Card sample
#af8992 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8992;
Background color
Panel with #af8992 background
background-color: #af8992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8992; background: linear-gradient(135deg, #af8992, #AF9989);