#afb22d
a dark, vivid yellow · cool · closest name: olive
RGB
175, 178, 45
HSL
61°, 60%, 44%
CMYK
2, 0, 75, 30
Luminance
0.4114
Every format
| HEX | #afb22d |
| RGB | rgb(175, 178, 45) |
| HSL | hsl(61, 60%, 44%) |
| CMYK | cmyk(2%, 0%, 75%, 30%) |
| LAB | lab(70.3 -16.7 62.9) |
| LCH | lch(70.3 65.0 104.9) |
| OKLCH | oklch(0.738 0.148 110.8) |
Copy-ready code
/* CSS */
color: #afb22d;
background-color: #afb22d;
/* Tailwind (arbitrary) */
class="text-[#afb22d] bg-[#afb22d]"
/* SCSS */
$brand: #afb22d;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.176)
/* Android */
Color.parseColor("#afb22d")Accessibility — WCAG contrast
Aa
#afb22d on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb22d on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue17.6%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow74.7%
Key (black)30.2%
Color previews
#afb22d text on a black background
contrast 9.23:1
Card sample
#afb22d text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb22d;
Background color
Panel with #afb22d background
background-color: #afb22d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb22d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb22d; background: linear-gradient(135deg, #afb22d, #56B22D);