#afb71f
a dark, vivid yellow · cool · closest name: olive
RGB
175, 183, 31
HSL
63°, 71%, 42%
CMYK
4, 0, 83, 28
Luminance
0.4308
Every format
| HEX | #afb71f |
| RGB | rgb(175, 183, 31) |
| HSL | hsl(63, 71%, 42%) |
| CMYK | cmyk(4%, 0%, 83%, 28%) |
| LAB | lab(71.6 -19.7 68.1) |
| LCH | lch(71.6 70.9 106.2) |
| OKLCH | oklch(0.749 0.159 112.9) |
Copy-ready code
/* CSS */
color: #afb71f;
background-color: #afb71f;
/* Tailwind (arbitrary) */
class="text-[#afb71f] bg-[#afb71f]"
/* SCSS */
$brand: #afb71f;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.122)
/* Android */
Color.parseColor("#afb71f")Accessibility — WCAG contrast
Aa
#afb71f on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb71f on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue12.2%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow83.1%
Key (black)28.2%
Color previews
#afb71f text on a black background
contrast 9.62:1
Card sample
#afb71f text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb71f;
Background color
Panel with #afb71f background
background-color: #afb71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb71f; background: linear-gradient(135deg, #afb71f, #4AB71F);