#af9d09
a dark, electric yellow · cool · closest name: olive
RGB
175, 157, 9
HSL
54°, 90%, 36%
CMYK
0, 10, 95, 31
Luminance
0.3325
Every format
| HEX | #af9d09 |
| RGB | rgb(175, 157, 9) |
| HSL | hsl(54, 90%, 36%) |
| CMYK | cmyk(0%, 10%, 95%, 31%) |
| LAB | lab(64.4 -6.8 66.4) |
| LCH | lch(64.4 66.8 95.8) |
| OKLCH | oklch(0.691 0.142 101.0) |
Copy-ready code
/* CSS */
color: #af9d09;
background-color: #af9d09;
/* Tailwind (arbitrary) */
class="text-[#af9d09] bg-[#af9d09]"
/* SCSS */
$brand: #af9d09;
/* SwiftUI */
Color(red: 0.686, green: 0.616, blue: 0.035)
/* Android */
Color.parseColor("#af9d09")Accessibility — WCAG contrast
Aa
#af9d09 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9d09 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.6%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow94.9%
Key (black)31.4%
Color previews
#af9d09 text on a black background
contrast 7.65:1
Card sample
#af9d09 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9d09;
Background color
Panel with #af9d09 background
background-color: #af9d09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9d09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 157, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 157, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9d09; background: linear-gradient(135deg, #af9d09, #52AF09);