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