#af9c71
a balanced, soft yellow · warm · closest name: tan
RGB
175, 156, 113
HSL
42°, 28%, 57%
CMYK
0, 11, 35, 31
Luminance
0.3408
Every format
| HEX | #af9c71 |
| RGB | rgb(175, 156, 113) |
| HSL | hsl(42, 28%, 57%) |
| CMYK | cmyk(0%, 11%, 35%, 31%) |
| LAB | lab(65.0 0.6 25.1) |
| LCH | lch(65.0 25.1 88.7) |
| OKLCH | oklch(0.699 0.063 86.8) |
Copy-ready code
/* CSS */
color: #af9c71;
background-color: #af9c71;
/* Tailwind (arbitrary) */
class="text-[#af9c71] bg-[#af9c71]"
/* SCSS */
$brand: #af9c71;
/* SwiftUI */
Color(red: 0.686, green: 0.612, blue: 0.443)
/* Android */
Color.parseColor("#af9c71")Accessibility — WCAG contrast
Aa
#af9c71 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9c71 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.2%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow35.4%
Key (black)31.4%
Color previews
#af9c71 text on a black background
contrast 7.82:1
Card sample
#af9c71 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9c71;
Background color
Panel with #af9c71 background
background-color: #af9c71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9c71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 156, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 156, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9c71; background: linear-gradient(135deg, #af9c71, #99AF71);