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