#afad7d
a balanced, soft yellow · cool · closest name: tan
RGB
175, 173, 125
HSL
58°, 24%, 59%
CMYK
0, 1, 29, 31
Luminance
0.4048
Every format
| HEX | #afad7d |
| RGB | rgb(175, 173, 125) |
| HSL | hsl(58, 24%, 59%) |
| CMYK | cmyk(0%, 1%, 29%, 31%) |
| LAB | lab(69.8 -7.0 25.0) |
| LCH | lch(69.8 26.0 105.7) |
| OKLCH | oklch(0.737 0.065 105.9) |
Copy-ready code
/* CSS */
color: #afad7d;
background-color: #afad7d;
/* Tailwind (arbitrary) */
class="text-[#afad7d] bg-[#afad7d]"
/* SCSS */
$brand: #afad7d;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.490)
/* Android */
Color.parseColor("#afad7d")Accessibility — WCAG contrast
Aa
#afad7d on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad7d on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow28.6%
Key (black)31.4%
Color previews
#afad7d text on a black background
contrast 9.10:1
Card sample
#afad7d text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad7d;
Background color
Panel with #afad7d background
background-color: #afad7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad7d; background: linear-gradient(135deg, #afad7d, #90AF7D);