#af8976
a balanced, soft orange · warm · closest name: tan
RGB
175, 137, 118
HSL
20°, 26%, 58%
CMYK
0, 22, 33, 31
Luminance
0.2831
Every format
| HEX | #af8976 |
| RGB | rgb(175, 137, 118) |
| HSL | hsl(20, 26%, 58%) |
| CMYK | cmyk(0%, 22%, 33%, 31%) |
| LAB | lab(60.2 11.7 15.7) |
| LCH | lch(60.2 19.6 53.3) |
| OKLCH | oklch(0.661 0.054 47.9) |
Copy-ready code
/* CSS */
color: #af8976;
background-color: #af8976;
/* Tailwind (arbitrary) */
class="text-[#af8976] bg-[#af8976]"
/* SCSS */
$brand: #af8976;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.463)
/* Android */
Color.parseColor("#af8976")Accessibility — WCAG contrast
Aa
#af8976 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8976 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow32.6%
Key (black)31.4%
Color previews
#af8976 text on a black background
contrast 6.66:1
Card sample
#af8976 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8976;
Background color
Panel with #af8976 background
background-color: #af8976;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8976;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8976; background: linear-gradient(135deg, #af8976, #AFAF76);