#afb01b
a dark, vivid yellow · cool · closest name: olive
RGB
175, 176, 27
HSL
60°, 73%, 40%
CMYK
1, 0, 85, 31
Luminance
0.4024
Every format
| HEX | #afb01b |
| RGB | rgb(175, 176, 27) |
| HSL | hsl(60, 73%, 40%) |
| CMYK | cmyk(1%, 0%, 85%, 31%) |
| LAB | lab(69.6 -16.3 67.4) |
| LCH | lch(69.6 69.3 103.6) |
| OKLCH | oklch(0.733 0.154 110.1) |
Copy-ready code
/* CSS */
color: #afb01b;
background-color: #afb01b;
/* Tailwind (arbitrary) */
class="text-[#afb01b] bg-[#afb01b]"
/* SCSS */
$brand: #afb01b;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.106)
/* Android */
Color.parseColor("#afb01b")Accessibility — WCAG contrast
Aa
#afb01b on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb01b on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue10.6%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow84.7%
Key (black)31.0%
Color previews
#afb01b text on a black background
contrast 9.05:1
Card sample
#afb01b text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb01b;
Background color
Panel with #afb01b background
background-color: #afb01b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb01b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb01b; background: linear-gradient(135deg, #afb01b, #4CB01B);