#af910f
a dark, electric yellow · cool · closest name: olive
RGB
175, 145, 15
HSL
49°, 84%, 37%
CMYK
0, 17, 91, 31
Luminance
0.2940
Every format
| HEX | #af910f |
| RGB | rgb(175, 145, 15) |
| HSL | hsl(49, 84%, 37%) |
| CMYK | cmyk(0%, 17%, 91%, 31%) |
| LAB | lab(61.1 -0.2 63.0) |
| LCH | lch(61.1 63.0 90.2) |
| OKLCH | oklch(0.665 0.133 93.7) |
Copy-ready code
/* CSS */
color: #af910f;
background-color: #af910f;
/* Tailwind (arbitrary) */
class="text-[#af910f] bg-[#af910f]"
/* SCSS */
$brand: #af910f;
/* SwiftUI */
Color(red: 0.686, green: 0.569, blue: 0.059)
/* Android */
Color.parseColor("#af910f")Accessibility — WCAG contrast
Aa
#af910f on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af910f on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow91.4%
Key (black)31.4%
Color previews
#af910f text on a black background
contrast 6.88:1
Card sample
#af910f text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af910f;
Background color
Panel with #af910f background
background-color: #af910f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af910f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 145, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 145, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af910f; background: linear-gradient(135deg, #af910f, #62AF0F);