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