#afb02b
a dark, vivid yellow · cool · closest name: olive
RGB
175, 176, 43
HSL
61°, 61%, 43%
CMYK
1, 0, 76, 31
Luminance
0.4034
Every format
| HEX | #afb02b |
| RGB | rgb(175, 176, 43) |
| HSL | hsl(61, 61%, 43%) |
| CMYK | cmyk(1%, 0%, 76%, 31%) |
| LAB | lab(69.7 -15.8 63.0) |
| LCH | lch(69.7 64.9 104.0) |
| OKLCH | oklch(0.734 0.147 110.0) |
Copy-ready code
/* CSS */
color: #afb02b;
background-color: #afb02b;
/* Tailwind (arbitrary) */
class="text-[#afb02b] bg-[#afb02b]"
/* SCSS */
$brand: #afb02b;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.169)
/* Android */
Color.parseColor("#afb02b")Accessibility — WCAG contrast
Aa
#afb02b on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb02b on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue16.9%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow75.6%
Key (black)31.0%
Color previews
#afb02b text on a black background
contrast 9.07:1
Card sample
#afb02b text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb02b;
Background color
Panel with #afb02b background
background-color: #afb02b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb02b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb02b; background: linear-gradient(135deg, #afb02b, #56B02B);