#af8e2c
a dark, vivid yellow · warm · closest name: olive
RGB
175, 142, 44
HSL
45°, 60%, 43%
CMYK
0, 19, 75, 31
Luminance
0.2864
Every format
| HEX | #af8e2c |
| RGB | rgb(175, 142, 44) |
| HSL | hsl(45, 60%, 43%) |
| CMYK | cmyk(0%, 19%, 75%, 31%) |
| LAB | lab(60.5 2.3 53.9) |
| LCH | lch(60.5 53.9 87.5) |
| OKLCH | oklch(0.660 0.119 89.5) |
Copy-ready code
/* CSS */
color: #af8e2c;
background-color: #af8e2c;
/* Tailwind (arbitrary) */
class="text-[#af8e2c] bg-[#af8e2c]"
/* SCSS */
$brand: #af8e2c;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.173)
/* Android */
Color.parseColor("#af8e2c")Accessibility — WCAG contrast
Aa
#af8e2c on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8e2c on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow74.9%
Key (black)31.4%
Color previews
#af8e2c text on a black background
contrast 6.73:1
Card sample
#af8e2c text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8e2c;
Background color
Panel with #af8e2c background
background-color: #af8e2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8e2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8e2c; background: linear-gradient(135deg, #af8e2c, #79AF2C);