#af8861
a balanced, soft orange · warm · closest name: tan
RGB
175, 136, 97
HSL
30°, 33%, 53%
CMYK
0, 22, 45, 31
Luminance
0.2759
Every format
| HEX | #af8861 |
| RGB | rgb(175, 136, 97) |
| HSL | hsl(30, 33%, 53%) |
| CMYK | cmyk(0%, 22%, 45%, 31%) |
| LAB | lab(59.5 9.7 26.6) |
| LCH | lch(59.5 28.3 69.9) |
| OKLCH | oklch(0.655 0.072 66.0) |
Copy-ready code
/* CSS */
color: #af8861;
background-color: #af8861;
/* Tailwind (arbitrary) */
class="text-[#af8861] bg-[#af8861]"
/* SCSS */
$brand: #af8861;
/* SwiftUI */
Color(red: 0.686, green: 0.533, blue: 0.380)
/* Android */
Color.parseColor("#af8861")Accessibility — WCAG contrast
Aa
#af8861 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8861 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.3%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow44.6%
Key (black)31.4%
Color previews
#af8861 text on a black background
contrast 6.52:1
Card sample
#af8861 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8861;
Background color
Panel with #af8861 background
background-color: #af8861;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8861;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 136, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 136, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8861; background: linear-gradient(135deg, #af8861, #A2AF61);