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