#af9c7f
a balanced, soft orange · warm · closest name: tan
RGB
175, 156, 127
HSL
36°, 23%, 59%
CMYK
0, 11, 27, 31
Luminance
0.3442
Every format
| HEX | #af9c7f |
| RGB | rgb(175, 156, 127) |
| HSL | hsl(36, 23%, 59%) |
| CMYK | cmyk(0%, 11%, 27%, 31%) |
| LAB | lab(65.3 2.4 17.8) |
| LCH | lch(65.3 17.9 82.3) |
| OKLCH | oklch(0.702 0.046 78.3) |
Copy-ready code
/* CSS */
color: #af9c7f;
background-color: #af9c7f;
/* Tailwind (arbitrary) */
class="text-[#af9c7f] bg-[#af9c7f]"
/* SCSS */
$brand: #af9c7f;
/* SwiftUI */
Color(red: 0.686, green: 0.612, blue: 0.498)
/* Android */
Color.parseColor("#af9c7f")Accessibility — WCAG contrast
Aa
#af9c7f on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9c7f on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow27.4%
Key (black)31.4%
Color previews
#af9c7f text on a black background
contrast 7.88:1
Card sample
#af9c7f text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9c7f;
Background color
Panel with #af9c7f background
background-color: #af9c7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9c7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 156, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 156, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9c7f; background: linear-gradient(135deg, #af9c7f, #A2AF7F);