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