#afad79
a balanced, soft yellow · cool · closest name: tan
RGB
175, 173, 121
HSL
58°, 25%, 58%
CMYK
0, 1, 31, 31
Luminance
0.4038
Every format
| HEX | #afad79 |
| RGB | rgb(175, 173, 121) |
| HSL | hsl(58, 25%, 58%) |
| CMYK | cmyk(0%, 1%, 31%, 31%) |
| LAB | lab(69.7 -7.6 27.1) |
| LCH | lch(69.7 28.1 105.6) |
| OKLCH | oklch(0.737 0.070 106.1) |
Copy-ready code
/* CSS */
color: #afad79;
background-color: #afad79;
/* Tailwind (arbitrary) */
class="text-[#afad79] bg-[#afad79]"
/* SCSS */
$brand: #afad79;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.475)
/* Android */
Color.parseColor("#afad79")Accessibility — WCAG contrast
Aa
#afad79 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad79 on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow30.9%
Key (black)31.4%
Color previews
#afad79 text on a black background
contrast 9.08:1
Card sample
#afad79 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad79;
Background color
Panel with #afad79 background
background-color: #afad79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad79; background: linear-gradient(135deg, #afad79, #8DAF79);