#af8d09
a dark, electric yellow · cool · closest name: olive
RGB
175, 141, 9
HSL
48°, 90%, 36%
CMYK
0, 19, 95, 31
Luminance
0.2818
Every format
| HEX | #af8d09 |
| RGB | rgb(175, 141, 9) |
| HSL | hsl(48, 90%, 36%) |
| CMYK | cmyk(0%, 19%, 95%, 31%) |
| LAB | lab(60.1 1.9 63.2) |
| LCH | lch(60.1 63.3 88.3) |
| OKLCH | oklch(0.656 0.132 91.3) |
Copy-ready code
/* CSS */
color: #af8d09;
background-color: #af8d09;
/* Tailwind (arbitrary) */
class="text-[#af8d09] bg-[#af8d09]"
/* SCSS */
$brand: #af8d09;
/* SwiftUI */
Color(red: 0.686, green: 0.553, blue: 0.035)
/* Android */
Color.parseColor("#af8d09")Accessibility — WCAG contrast
Aa
#af8d09 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8d09 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.3%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow94.9%
Key (black)31.4%
Color previews
#af8d09 text on a black background
contrast 6.64:1
Card sample
#af8d09 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8d09;
Background color
Panel with #af8d09 background
background-color: #af8d09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8d09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 141, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 141, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8d09; background: linear-gradient(135deg, #af8d09, #62AF09);