#afad38
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 173, 56
HSL
59°, 52%, 45%
CMYK
0, 1, 68, 31
Luminance
0.3929
Every format
| HEX | #afad38 |
| RGB | rgb(175, 173, 56) |
| HSL | hsl(59, 52%, 45%) |
| CMYK | cmyk(0%, 1%, 68%, 31%) |
| LAB | lab(69.0 -13.6 57.6) |
| LCH | lch(69.0 59.1 103.3) |
| OKLCH | oklch(0.728 0.136 108.4) |
Copy-ready code
/* CSS */
color: #afad38;
background-color: #afad38;
/* Tailwind (arbitrary) */
class="text-[#afad38] bg-[#afad38]"
/* SCSS */
$brand: #afad38;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.220)
/* Android */
Color.parseColor("#afad38")Accessibility — WCAG contrast
Aa
#afad38 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad38 on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow68.0%
Key (black)31.4%
Color previews
#afad38 text on a black background
contrast 8.86:1
Card sample
#afad38 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad38;
Background color
Panel with #afad38 background
background-color: #afad38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad38; background: linear-gradient(135deg, #afad38, #62AF38);