#af951d
a dark, vivid yellow · cool · closest name: olive
RGB
175, 149, 29
HSL
49°, 72%, 40%
CMYK
0, 15, 83, 31
Luminance
0.3070
Every format
| HEX | #af951d |
| RGB | rgb(175, 149, 29) |
| HSL | hsl(49, 72%, 40%) |
| CMYK | cmyk(0%, 15%, 83%, 31%) |
| LAB | lab(62.3 -2.0 60.6) |
| LCH | lch(62.3 60.7 91.9) |
| OKLCH | oklch(0.674 0.131 95.7) |
Copy-ready code
/* CSS */
color: #af951d;
background-color: #af951d;
/* Tailwind (arbitrary) */
class="text-[#af951d] bg-[#af951d]"
/* SCSS */
$brand: #af951d;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.114)
/* Android */
Color.parseColor("#af951d")Accessibility — WCAG contrast
Aa
#af951d on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af951d on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow83.4%
Key (black)31.4%
Color previews
#af951d text on a black background
contrast 7.14:1
Card sample
#af951d text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af951d;
Background color
Panel with #af951d background
background-color: #af951d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af951d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af951d; background: linear-gradient(135deg, #af951d, #68AF1D);