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