#afb91f
a dark, vivid yellow · cool · closest name: olive
RGB
175, 185, 31
HSL
64°, 71%, 42%
CMYK
5, 0, 83, 28
Luminance
0.4391
Every format
| HEX | #afb91f |
| RGB | rgb(175, 185, 31) |
| HSL | hsl(64, 71%, 42%) |
| CMYK | cmyk(5%, 0%, 83%, 28%) |
| LAB | lab(72.2 -20.7 68.5) |
| LCH | lch(72.2 71.6 106.8) |
| OKLCH | oklch(0.753 0.161 113.7) |
Copy-ready code
/* CSS */
color: #afb91f;
background-color: #afb91f;
/* Tailwind (arbitrary) */
class="text-[#afb91f] bg-[#afb91f]"
/* SCSS */
$brand: #afb91f;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.122)
/* Android */
Color.parseColor("#afb91f")Accessibility — WCAG contrast
Aa
#afb91f on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb91f on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue12.2%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow83.2%
Key (black)27.5%
Color previews
#afb91f text on a black background
contrast 9.78:1
Card sample
#afb91f text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb91f;
Background color
Panel with #afb91f background
background-color: #afb91f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb91f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb91f; background: linear-gradient(135deg, #afb91f, #48B91F);