#af9928
a dark, vivid yellow · cool · closest name: olive
RGB
175, 153, 40
HSL
50°, 63%, 42%
CMYK
0, 13, 77, 31
Luminance
0.3205
Every format
| HEX | #af9928 |
| RGB | rgb(175, 153, 40) |
| HSL | hsl(50, 63%, 42%) |
| CMYK | cmyk(0%, 13%, 77%, 31%) |
| LAB | lab(63.4 -3.8 58.1) |
| LCH | lch(63.4 58.3 93.8) |
| OKLCH | oklch(0.683 0.128 97.6) |
Copy-ready code
/* CSS */
color: #af9928;
background-color: #af9928;
/* Tailwind (arbitrary) */
class="text-[#af9928] bg-[#af9928]"
/* SCSS */
$brand: #af9928;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.157)
/* Android */
Color.parseColor("#af9928")Accessibility — WCAG contrast
Aa
#af9928 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9928 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow77.1%
Key (black)31.4%
Color previews
#af9928 text on a black background
contrast 7.41:1
Card sample
#af9928 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9928;
Background color
Panel with #af9928 background
background-color: #af9928;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9928;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9928; background: linear-gradient(135deg, #af9928, #6BAF28);