#afad85
a balanced, soft yellow · cool · closest name: tan
RGB
175, 173, 133
HSL
57°, 21%, 60%
CMYK
0, 1, 24, 31
Luminance
0.4069
Every format
| HEX | #afad85 |
| RGB | rgb(175, 173, 133) |
| HSL | hsl(57, 21%, 60%) |
| CMYK | cmyk(0%, 1%, 24%, 31%) |
| LAB | lab(70.0 -5.9 20.9) |
| LCH | lch(70.0 21.7 105.8) |
| OKLCH | oklch(0.739 0.055 105.3) |
Copy-ready code
/* CSS */
color: #afad85;
background-color: #afad85;
/* Tailwind (arbitrary) */
class="text-[#afad85] bg-[#afad85]"
/* SCSS */
$brand: #afad85;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.522)
/* Android */
Color.parseColor("#afad85")Accessibility — WCAG contrast
Aa
#afad85 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad85 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow24.0%
Key (black)31.4%
Color previews
#afad85 text on a black background
contrast 9.14:1
Card sample
#afad85 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad85;
Background color
Panel with #afad85 background
background-color: #afad85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad85; background: linear-gradient(135deg, #afad85, #95AF85);