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