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