#af9973
a balanced, soft orange · warm · closest name: tan
RGB
175, 153, 115
HSL
38°, 27%, 57%
CMYK
0, 13, 34, 31
Luminance
0.3313
Every format
| HEX | #af9973 |
| RGB | rgb(175, 153, 115) |
| HSL | hsl(38, 27%, 57%) |
| CMYK | cmyk(0%, 13%, 34%, 31%) |
| LAB | lab(64.3 2.4 23.0) |
| LCH | lch(64.3 23.1 83.9) |
| OKLCH | oklch(0.693 0.058 81.1) |
Copy-ready code
/* CSS */
color: #af9973;
background-color: #af9973;
/* Tailwind (arbitrary) */
class="text-[#af9973] bg-[#af9973]"
/* SCSS */
$brand: #af9973;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.451)
/* Android */
Color.parseColor("#af9973")Accessibility — WCAG contrast
Aa
#af9973 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9973 on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow34.3%
Key (black)31.4%
Color previews
#af9973 text on a black background
contrast 7.63:1
Card sample
#af9973 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9973;
Background color
Panel with #af9973 background
background-color: #af9973;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9973;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9973; background: linear-gradient(135deg, #af9973, #9DAF73);