#af991d
a dark, vivid yellow · cool · closest name: olive
RGB
175, 153, 29
HSL
51°, 72%, 40%
CMYK
0, 13, 83, 31
Luminance
0.3199
Every format
| HEX | #af991d |
| RGB | rgb(175, 153, 29) |
| HSL | hsl(51, 72%, 40%) |
| CMYK | cmyk(0%, 13%, 83%, 31%) |
| LAB | lab(63.3 -4.2 61.6) |
| LCH | lch(63.3 61.7 93.9) |
| OKLCH | oklch(0.682 0.134 98.2) |
Copy-ready code
/* CSS */
color: #af991d;
background-color: #af991d;
/* Tailwind (arbitrary) */
class="text-[#af991d] bg-[#af991d]"
/* SCSS */
$brand: #af991d;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.114)
/* Android */
Color.parseColor("#af991d")Accessibility — WCAG contrast
Aa
#af991d on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af991d on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow83.4%
Key (black)31.4%
Color previews
#af991d text on a black background
contrast 7.40:1
Card sample
#af991d text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af991d;
Background color
Panel with #af991d background
background-color: #af991d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af991d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af991d; background: linear-gradient(135deg, #af991d, #64AF1D);