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