#af902e
a dark, vivid yellow · cool · closest name: olive
RGB
175, 144, 46
HSL
46°, 58%, 43%
CMYK
0, 18, 74, 31
Luminance
0.2926
Every format
| HEX | #af902e |
| RGB | rgb(175, 144, 46) |
| HSL | hsl(46, 58%, 43%) |
| CMYK | cmyk(0%, 18%, 74%, 31%) |
| LAB | lab(61.0 1.3 53.6) |
| LCH | lch(61.0 53.6 88.6) |
| OKLCH | oklch(0.664 0.119 90.8) |
Copy-ready code
/* CSS */
color: #af902e;
background-color: #af902e;
/* Tailwind (arbitrary) */
class="text-[#af902e] bg-[#af902e]"
/* SCSS */
$brand: #af902e;
/* SwiftUI */
Color(red: 0.686, green: 0.565, blue: 0.180)
/* Android */
Color.parseColor("#af902e")Accessibility — WCAG contrast
Aa
#af902e on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af902e on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.5%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow73.7%
Key (black)31.4%
Color previews
#af902e text on a black background
contrast 6.85:1
Card sample
#af902e text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af902e;
Background color
Panel with #af902e background
background-color: #af902e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af902e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 144, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 144, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af902e; background: linear-gradient(135deg, #af902e, #78AF2E);