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