#af8c6c
a balanced, soft orange · warm · closest name: tan
RGB
175, 140, 108
HSL
29°, 30%, 56%
CMYK
0, 20, 38, 31
Luminance
0.2895
Every format
| HEX | #af8c6c |
| RGB | rgb(175, 140, 108) |
| HSL | hsl(29, 30%, 56%) |
| CMYK | cmyk(0%, 20%, 38%, 31%) |
| LAB | lab(60.7 8.8 22.1) |
| LCH | lch(60.7 23.8 68.4) |
| OKLCH | oklch(0.665 0.062 63.9) |
Copy-ready code
/* CSS */
color: #af8c6c;
background-color: #af8c6c;
/* Tailwind (arbitrary) */
class="text-[#af8c6c] bg-[#af8c6c]"
/* SCSS */
$brand: #af8c6c;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.424)
/* Android */
Color.parseColor("#af8c6c")Accessibility — WCAG contrast
Aa
#af8c6c on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8c6c on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow38.3%
Key (black)31.4%
Color previews
#af8c6c text on a black background
contrast 6.79:1
Card sample
#af8c6c text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8c6c;
Background color
Panel with #af8c6c background
background-color: #af8c6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8c6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8c6c; background: linear-gradient(135deg, #af8c6c, #A5AF6C);