#afb528
a dark, vivid yellow · cool · closest name: olive
RGB
175, 181, 40
HSL
63°, 64%, 43%
CMYK
3, 0, 78, 29
Luminance
0.4231
Every format
| HEX | #afb528 |
| RGB | rgb(175, 181, 40) |
| HSL | hsl(63, 64%, 43%) |
| CMYK | cmyk(3%, 0%, 78%, 29%) |
| LAB | lab(71.1 -18.4 65.2) |
| LCH | lch(71.1 67.7 105.8) |
| OKLCH | oklch(0.745 0.153 112.1) |
Copy-ready code
/* CSS */
color: #afb528;
background-color: #afb528;
/* Tailwind (arbitrary) */
class="text-[#afb528] bg-[#afb528]"
/* SCSS */
$brand: #afb528;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.157)
/* Android */
Color.parseColor("#afb528")Accessibility — WCAG contrast
Aa
#afb528 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb528 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue15.7%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow77.9%
Key (black)29.0%
Color previews
#afb528 text on a black background
contrast 9.46:1
Card sample
#afb528 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb528;
Background color
Panel with #afb528 background
background-color: #afb528;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb528;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb528; background: linear-gradient(135deg, #afb528, #51B528);