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