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