#af876f
a balanced, soft orange · warm · closest name: tan
RGB
175, 135, 111
HSL
23°, 29%, 56%
CMYK
0, 23, 37, 31
Luminance
0.2759
Every format
| HEX | #af876f |
| RGB | rgb(175, 135, 111) |
| HSL | hsl(23, 29%, 56%) |
| CMYK | cmyk(0%, 23%, 37%, 31%) |
| LAB | lab(59.5 11.9 18.8) |
| LCH | lch(59.5 22.3 57.6) |
| OKLCH | oklch(0.655 0.060 52.3) |
Copy-ready code
/* CSS */
color: #af876f;
background-color: #af876f;
/* Tailwind (arbitrary) */
class="text-[#af876f] bg-[#af876f]"
/* SCSS */
$brand: #af876f;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.435)
/* Android */
Color.parseColor("#af876f")Accessibility — WCAG contrast
Aa
#af876f on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af876f on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow36.6%
Key (black)31.4%
Color previews
#af876f text on a black background
contrast 6.52:1
Card sample
#af876f text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af876f;
Background color
Panel with #af876f background
background-color: #af876f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af876f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af876f; background: linear-gradient(135deg, #af876f, #ACAF6F);