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