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