#af9b7b
a balanced, soft orange · warm · closest name: tan
RGB
175, 155, 123
HSL
37°, 25%, 58%
CMYK
0, 11, 30, 31
Luminance
0.3399
Every format
| HEX | #af9b7b |
| RGB | rgb(175, 155, 123) |
| HSL | hsl(37, 25%, 58%) |
| CMYK | cmyk(0%, 11%, 30%, 31%) |
| LAB | lab(65.0 2.4 19.5) |
| LCH | lch(65.0 19.7 83.0) |
| OKLCH | oklch(0.699 0.050 79.4) |
Copy-ready code
/* CSS */
color: #af9b7b;
background-color: #af9b7b;
/* Tailwind (arbitrary) */
class="text-[#af9b7b] bg-[#af9b7b]"
/* SCSS */
$brand: #af9b7b;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.482)
/* Android */
Color.parseColor("#af9b7b")Accessibility — WCAG contrast
Aa
#af9b7b on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9b7b on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow29.7%
Key (black)31.4%
Color previews
#af9b7b text on a black background
contrast 7.80:1
Card sample
#af9b7b text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9b7b;
Background color
Panel with #af9b7b background
background-color: #af9b7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9b7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9b7b; background: linear-gradient(135deg, #af9b7b, #A0AF7B);