#af9986
a balanced, soft orange · warm · closest name: tan
RGB
175, 153, 134
HSL
28°, 20%, 61%
CMYK
0, 13, 23, 31
Luminance
0.3362
Every format
| HEX | #af9986 |
| RGB | rgb(175, 153, 134) |
| HSL | hsl(28, 20%, 61%) |
| CMYK | cmyk(0%, 13%, 23%, 31%) |
| LAB | lab(64.7 5.1 13.0) |
| LCH | lch(64.7 13.9 68.6) |
| OKLCH | oklch(0.697 0.038 63.0) |
Copy-ready code
/* CSS */
color: #af9986;
background-color: #af9986;
/* Tailwind (arbitrary) */
class="text-[#af9986] bg-[#af9986]"
/* SCSS */
$brand: #af9986;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.525)
/* Android */
Color.parseColor("#af9986")Accessibility — WCAG contrast
Aa
#af9986 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9986 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow23.4%
Key (black)31.4%
Color previews
#af9986 text on a black background
contrast 7.72:1
Card sample
#af9986 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9986;
Background color
Panel with #af9986 background
background-color: #af9986;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9986;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9986; background: linear-gradient(135deg, #af9986, #AAAF86);