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