#afad44
a balanced, soft yellow · cool · closest name: olive
RGB
175, 173, 68
HSL
59°, 44%, 48%
CMYK
0, 1, 61, 31
Luminance
0.3942
Every format
| HEX | #afad44 |
| RGB | rgb(175, 173, 68) |
| HSL | hsl(59, 44%, 48%) |
| CMYK | cmyk(0%, 1%, 61%, 31%) |
| LAB | lab(69.0 -12.8 52.6) |
| LCH | lch(69.0 54.2 103.7) |
| OKLCH | oklch(0.729 0.127 108.1) |
Copy-ready code
/* CSS */
color: #afad44;
background-color: #afad44;
/* Tailwind (arbitrary) */
class="text-[#afad44] bg-[#afad44]"
/* SCSS */
$brand: #afad44;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.267)
/* Android */
Color.parseColor("#afad44")Accessibility — WCAG contrast
Aa
#afad44 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad44 on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow61.1%
Key (black)31.4%
Color previews
#afad44 text on a black background
contrast 8.88:1
Card sample
#afad44 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad44;
Background color
Panel with #afad44 background
background-color: #afad44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad44; background: linear-gradient(135deg, #afad44, #6AAF44);