#af9e2f
a dark, vivid yellow · cool · closest name: olive
RGB
175, 158, 47
HSL
52°, 58%, 44%
CMYK
0, 10, 73, 31
Luminance
0.3377
Every format
| HEX | #af9e2f |
| RGB | rgb(175, 158, 47) |
| HSL | hsl(52, 58%, 44%) |
| CMYK | cmyk(0%, 10%, 73%, 31%) |
| LAB | lab(64.8 -6.2 56.9) |
| LCH | lch(64.8 57.3 96.2) |
| OKLCH | oklch(0.694 0.128 100.3) |
Copy-ready code
/* CSS */
color: #af9e2f;
background-color: #af9e2f;
/* Tailwind (arbitrary) */
class="text-[#af9e2f] bg-[#af9e2f]"
/* SCSS */
$brand: #af9e2f;
/* SwiftUI */
Color(red: 0.686, green: 0.620, blue: 0.184)
/* Android */
Color.parseColor("#af9e2f")Accessibility — WCAG contrast
Aa
#af9e2f on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9e2f on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow73.1%
Key (black)31.4%
Color previews
#af9e2f text on a black background
contrast 7.75:1
Card sample
#af9e2f text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9e2f;
Background color
Panel with #af9e2f background
background-color: #af9e2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9e2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 158, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 158, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9e2f; background: linear-gradient(135deg, #af9e2f, #6BAF2F);