#af970e
a dark, electric yellow · cool · closest name: olive
RGB
175, 151, 14
HSL
51°, 85%, 37%
CMYK
0, 14, 92, 31
Luminance
0.3128
Every format
| HEX | #af970e |
| RGB | rgb(175, 151, 14) |
| HSL | hsl(51, 85%, 37%) |
| CMYK | cmyk(0%, 14%, 92%, 31%) |
| LAB | lab(62.7 -3.5 64.5) |
| LCH | lch(62.7 64.5 93.1) |
| OKLCH | oklch(0.678 0.137 97.5) |
Copy-ready code
/* CSS */
color: #af970e;
background-color: #af970e;
/* Tailwind (arbitrary) */
class="text-[#af970e] bg-[#af970e]"
/* SCSS */
$brand: #af970e;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.055)
/* Android */
Color.parseColor("#af970e")Accessibility — WCAG contrast
Aa
#af970e on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af970e on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow92.0%
Key (black)31.4%
Color previews
#af970e text on a black background
contrast 7.26:1
Card sample
#af970e text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af970e;
Background color
Panel with #af970e background
background-color: #af970e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af970e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af970e; background: linear-gradient(135deg, #af970e, #5CAF0E);