#afb428
a dark, vivid yellow · cool · closest name: olive
RGB
175, 180, 40
HSL
62°, 64%, 43%
CMYK
3, 0, 78, 29
Luminance
0.4191
Every format
| HEX | #afb428 |
| RGB | rgb(175, 180, 40) |
| HSL | hsl(62, 64%, 43%) |
| CMYK | cmyk(3%, 0%, 78%, 29%) |
| LAB | lab(70.8 -17.9 64.9) |
| LCH | lch(70.8 67.3 105.4) |
| OKLCH | oklch(0.742 0.152 111.7) |
Copy-ready code
/* CSS */
color: #afb428;
background-color: #afb428;
/* Tailwind (arbitrary) */
class="text-[#afb428] bg-[#afb428]"
/* SCSS */
$brand: #afb428;
/* SwiftUI */
Color(red: 0.686, green: 0.706, blue: 0.157)
/* Android */
Color.parseColor("#afb428")Accessibility — WCAG contrast
Aa
#afb428 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb428 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.6%
Blue15.7%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow77.8%
Key (black)29.4%
Color previews
#afb428 text on a black background
contrast 9.38:1
Card sample
#afb428 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb428;
Background color
Panel with #afb428 background
background-color: #afb428;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb428;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 180, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 180, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb428; background: linear-gradient(135deg, #afb428, #52B428);