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