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