#af9906
a dark, electric yellow · cool · closest name: olive
RGB
175, 153, 6
HSL
52°, 93%, 36%
CMYK
0, 13, 97, 31
Luminance
0.3191
Every format
| HEX | #af9906 |
| RGB | rgb(175, 153, 6) |
| HSL | hsl(52, 93%, 36%) |
| CMYK | cmyk(0%, 13%, 97%, 31%) |
| LAB | lab(63.3 -4.7 66.0) |
| LCH | lch(63.3 66.2 94.0) |
| OKLCH | oklch(0.682 0.140 98.8) |
Copy-ready code
/* CSS */
color: #af9906;
background-color: #af9906;
/* Tailwind (arbitrary) */
class="text-[#af9906] bg-[#af9906]"
/* SCSS */
$brand: #af9906;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.024)
/* Android */
Color.parseColor("#af9906")Accessibility — WCAG contrast
Aa
#af9906 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9906 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow96.6%
Key (black)31.4%
Color previews
#af9906 text on a black background
contrast 7.38:1
Card sample
#af9906 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9906;
Background color
Panel with #af9906 background
background-color: #af9906;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9906;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9906; background: linear-gradient(135deg, #af9906, #54AF06);