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