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