#af9989
a balanced, soft orange · warm · closest name: tan
RGB
175, 153, 137
HSL
25°, 19%, 61%
CMYK
0, 13, 22, 31
Luminance
0.3370
Every format
| HEX | #af9989 |
| RGB | rgb(175, 153, 137) |
| HSL | hsl(25, 19%, 61%) |
| CMYK | cmyk(0%, 13%, 22%, 31%) |
| LAB | lab(64.7 5.5 11.4) |
| LCH | lch(64.7 12.7 64.1) |
| OKLCH | oklch(0.698 0.035 58.2) |
Copy-ready code
/* CSS */
color: #af9989;
background-color: #af9989;
/* Tailwind (arbitrary) */
class="text-[#af9989] bg-[#af9989]"
/* SCSS */
$brand: #af9989;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.537)
/* Android */
Color.parseColor("#af9989")Accessibility — WCAG contrast
Aa
#af9989 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9989 on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow21.7%
Key (black)31.4%
Color previews
#af9989 text on a black background
contrast 7.74:1
Card sample
#af9989 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9989;
Background color
Panel with #af9989 background
background-color: #af9989;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9989;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9989; background: linear-gradient(135deg, #af9989, #ACAF89);