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