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