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