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