#af910d
a dark, electric yellow · cool · closest name: olive
RGB
175, 145, 13
HSL
49°, 86%, 37%
CMYK
0, 17, 93, 31
Luminance
0.2939
Every format
| HEX | #af910d |
| RGB | rgb(175, 145, 13) |
| HSL | hsl(49, 86%, 37%) |
| CMYK | cmyk(0%, 17%, 93%, 31%) |
| LAB | lab(61.1 -0.2 63.4) |
| LCH | lch(61.1 63.4 90.2) |
| OKLCH | oklch(0.665 0.134 93.8) |
Copy-ready code
/* CSS */
color: #af910d;
background-color: #af910d;
/* Tailwind (arbitrary) */
class="text-[#af910d] bg-[#af910d]"
/* SCSS */
$brand: #af910d;
/* SwiftUI */
Color(red: 0.686, green: 0.569, blue: 0.051)
/* Android */
Color.parseColor("#af910d")Accessibility — WCAG contrast
Aa
#af910d on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af910d on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.9%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow92.6%
Key (black)31.4%
Color previews
#af910d text on a black background
contrast 6.88:1
Card sample
#af910d text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af910d;
Background color
Panel with #af910d background
background-color: #af910d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af910d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 145, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 145, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af910d; background: linear-gradient(135deg, #af910d, #61AF0D);