#af805f
a balanced, soft orange · warm · closest name: tan
RGB
175, 128, 95
HSL
25°, 33%, 53%
CMYK
0, 27, 46, 31
Luminance
0.2538
Every format
| HEX | #af805f |
| RGB | rgb(175, 128, 95) |
| HSL | hsl(25, 33%, 53%) |
| CMYK | cmyk(0%, 27%, 46%, 31%) |
| LAB | lab(57.4 14.0 25.0) |
| LCH | lch(57.4 28.7 60.8) |
| OKLCH | oklch(0.638 0.075 56.0) |
Copy-ready code
/* CSS */
color: #af805f;
background-color: #af805f;
/* Tailwind (arbitrary) */
class="text-[#af805f] bg-[#af805f]"
/* SCSS */
$brand: #af805f;
/* SwiftUI */
Color(red: 0.686, green: 0.502, blue: 0.373)
/* Android */
Color.parseColor("#af805f")Accessibility — WCAG contrast
Aa
#af805f on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af805f on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green50.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow45.7%
Key (black)31.4%
Color previews
#af805f text on a black background
contrast 6.08:1
Card sample
#af805f text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af805f;
Background color
Panel with #af805f background
background-color: #af805f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af805f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 128, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 128, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af805f; background: linear-gradient(135deg, #af805f, #A8AF5F);