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