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