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