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