#afb11b
a dark, vivid yellow · cool · closest name: olive
RGB
175, 177, 27
HSL
61°, 74%, 40%
CMYK
1, 0, 85, 31
Luminance
0.4064
Every format
| HEX | #afb11b |
| RGB | rgb(175, 177, 27) |
| HSL | hsl(61, 74%, 40%) |
| CMYK | cmyk(1%, 0%, 85%, 31%) |
| LAB | lab(69.9 -16.8 67.6) |
| LCH | lch(69.9 69.7 104.0) |
| OKLCH | oklch(0.735 0.155 110.5) |
Copy-ready code
/* CSS */
color: #afb11b;
background-color: #afb11b;
/* Tailwind (arbitrary) */
class="text-[#afb11b] bg-[#afb11b]"
/* SCSS */
$brand: #afb11b;
/* SwiftUI */
Color(red: 0.686, green: 0.694, blue: 0.106)
/* Android */
Color.parseColor("#afb11b")Accessibility — WCAG contrast
Aa
#afb11b on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb11b on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.4%
Blue10.6%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow84.7%
Key (black)30.6%
Color previews
#afb11b text on a black background
contrast 9.13:1
Card sample
#afb11b text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb11b;
Background color
Panel with #afb11b background
background-color: #afb11b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb11b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 177, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 177, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb11b; background: linear-gradient(135deg, #afb11b, #4BB11B);