#af8f5d
a balanced, soft orange · warm · closest name: tan
RGB
175, 143, 93
HSL
37°, 34%, 53%
CMYK
0, 18, 47, 31
Luminance
0.2955
Every format
| HEX | #af8f5d |
| RGB | rgb(175, 143, 93) |
| HSL | hsl(37, 34%, 53%) |
| CMYK | cmyk(0%, 18%, 47%, 31%) |
| LAB | lab(61.3 5.4 31.1) |
| LCH | lch(61.3 31.5 80.1) |
| OKLCH | oklch(0.668 0.077 78.0) |
Copy-ready code
/* CSS */
color: #af8f5d;
background-color: #af8f5d;
/* Tailwind (arbitrary) */
class="text-[#af8f5d] bg-[#af8f5d]"
/* SCSS */
$brand: #af8f5d;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.365)
/* Android */
Color.parseColor("#af8f5d")Accessibility — WCAG contrast
Aa
#af8f5d on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8f5d on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow46.9%
Key (black)31.4%
Color previews
#af8f5d text on a black background
contrast 6.91:1
Card sample
#af8f5d text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8f5d;
Background color
Panel with #af8f5d background
background-color: #af8f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8f5d; background: linear-gradient(135deg, #af8f5d, #98AF5D);