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