#af880e
a dark, electric yellow · cool · closest name: olive
RGB
175, 136, 14
HSL
46°, 85%, 37%
CMYK
0, 22, 92, 31
Luminance
0.2675
Every format
| HEX | #af880e |
| RGB | rgb(175, 136, 14) |
| HSL | hsl(46, 85%, 37%) |
| CMYK | cmyk(0%, 22%, 92%, 31%) |
| LAB | lab(58.8 4.7 61.4) |
| LCH | lch(58.8 61.6 85.6) |
| OKLCH | oklch(0.646 0.129 87.7) |
Copy-ready code
/* CSS */
color: #af880e;
background-color: #af880e;
/* Tailwind (arbitrary) */
class="text-[#af880e] bg-[#af880e]"
/* SCSS */
$brand: #af880e;
/* SwiftUI */
Color(red: 0.686, green: 0.533, blue: 0.055)
/* Android */
Color.parseColor("#af880e")Accessibility — WCAG contrast
Aa
#af880e on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af880e on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.3%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow92.0%
Key (black)31.4%
Color previews
#af880e text on a black background
contrast 6.35:1
Card sample
#af880e text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af880e;
Background color
Panel with #af880e background
background-color: #af880e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af880e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 136, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 136, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af880e; background: linear-gradient(135deg, #af880e, #6BAF0E);