#afad69
a balanced, soft yellow · cool · closest name: tan
RGB
175, 173, 105
HSL
58°, 30%, 55%
CMYK
0, 1, 40, 31
Luminance
0.4002
Every format
| HEX | #afad69 |
| RGB | rgb(175, 173, 105) |
| HSL | hsl(58, 30%, 55%) |
| CMYK | cmyk(0%, 1%, 40%, 31%) |
| LAB | lab(69.5 -9.5 35.2) |
| LCH | lch(69.5 36.4 105.1) |
| OKLCH | oklch(0.734 0.089 107.0) |
Copy-ready code
/* CSS */
color: #afad69;
background-color: #afad69;
/* Tailwind (arbitrary) */
class="text-[#afad69] bg-[#afad69]"
/* SCSS */
$brand: #afad69;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.412)
/* Android */
Color.parseColor("#afad69")Accessibility — WCAG contrast
Aa
#afad69 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad69 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow40.0%
Key (black)31.4%
Color previews
#afad69 text on a black background
contrast 9.00:1
Card sample
#afad69 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad69;
Background color
Panel with #afad69 background
background-color: #afad69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad69; background: linear-gradient(135deg, #afad69, #82AF69);