#af985c
a balanced, soft yellow · warm · closest name: tan
RGB
175, 152, 92
HSL
43°, 34%, 52%
CMYK
0, 13, 47, 31
Luminance
0.3234
Every format
| HEX | #af985c |
| RGB | rgb(175, 152, 92) |
| HSL | hsl(43, 34%, 52%) |
| CMYK | cmyk(0%, 13%, 47%, 31%) |
| LAB | lab(63.6 0.4 34.6) |
| LCH | lch(63.6 34.6 89.4) |
| OKLCH | oklch(0.687 0.084 89.2) |
Copy-ready code
/* CSS */
color: #af985c;
background-color: #af985c;
/* Tailwind (arbitrary) */
class="text-[#af985c] bg-[#af985c]"
/* SCSS */
$brand: #af985c;
/* SwiftUI */
Color(red: 0.686, green: 0.596, blue: 0.361)
/* Android */
Color.parseColor("#af985c")Accessibility — WCAG contrast
Aa
#af985c on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af985c on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.6%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow47.4%
Key (black)31.4%
Color previews
#af985c text on a black background
contrast 7.47:1
Card sample
#af985c text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af985c;
Background color
Panel with #af985c background
background-color: #af985c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af985c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 152, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 152, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af985c; background: linear-gradient(135deg, #af985c, #8FAF5C);