#afba32
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 186, 50
HSL
65°, 58%, 46%
CMYK
6, 0, 73, 27
Luminance
0.4446
Every format
| HEX | #afba32 |
| RGB | rgb(175, 186, 50) |
| HSL | hsl(65, 58%, 46%) |
| CMYK | cmyk(6%, 0%, 73%, 27%) |
| LAB | lab(72.5 -20.5 63.3) |
| LCH | lch(72.5 66.5 107.9) |
| OKLCH | oklch(0.756 0.153 114.1) |
Copy-ready code
/* CSS */
color: #afba32;
background-color: #afba32;
/* Tailwind (arbitrary) */
class="text-[#afba32] bg-[#afba32]"
/* SCSS */
$brand: #afba32;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.196)
/* Android */
Color.parseColor("#afba32")Accessibility — WCAG contrast
Aa
#afba32 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba32 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue19.6%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow73.1%
Key (black)27.1%
Color previews
#afba32 text on a black background
contrast 9.89:1
Card sample
#afba32 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba32;
Background color
Panel with #afba32 background
background-color: #afba32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba32; background: linear-gradient(135deg, #afba32, #54BA32);