#af8b7f
a balanced, soft orange · warm · closest name: gray
RGB
175, 139, 127
HSL
15°, 23%, 59%
CMYK
0, 21, 27, 31
Luminance
0.2911
Every format
| HEX | #af8b7f |
| RGB | rgb(175, 139, 127) |
| HSL | hsl(15, 23%, 59%) |
| CMYK | cmyk(0%, 21%, 27%, 31%) |
| LAB | lab(60.9 11.8 11.6) |
| LCH | lch(60.9 16.6 44.5) |
| OKLCH | oklch(0.667 0.048 39.2) |
Copy-ready code
/* CSS */
color: #af8b7f;
background-color: #af8b7f;
/* Tailwind (arbitrary) */
class="text-[#af8b7f] bg-[#af8b7f]"
/* SCSS */
$brand: #af8b7f;
/* SwiftUI */
Color(red: 0.686, green: 0.545, blue: 0.498)
/* Android */
Color.parseColor("#af8b7f")Accessibility — WCAG contrast
Aa
#af8b7f on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8b7f on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow27.4%
Key (black)31.4%
Color previews
#af8b7f text on a black background
contrast 6.82:1
Card sample
#af8b7f text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8b7f;
Background color
Panel with #af8b7f background
background-color: #af8b7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8b7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 139, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 139, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8b7f; background: linear-gradient(135deg, #af8b7f, #AFAB7F);