#af9c2d
a dark, vivid yellow · cool · closest name: olive
RGB
175, 156, 45
HSL
51°, 59%, 43%
CMYK
0, 11, 74, 31
Luminance
0.3308
Every format
| HEX | #af9c2d |
| RGB | rgb(175, 156, 45) |
| HSL | hsl(51, 59%, 43%) |
| CMYK | cmyk(0%, 11%, 74%, 31%) |
| LAB | lab(64.2 -5.2 57.1) |
| LCH | lch(64.2 57.4 95.2) |
| OKLCH | oklch(0.690 0.128 99.2) |
Copy-ready code
/* CSS */
color: #af9c2d;
background-color: #af9c2d;
/* Tailwind (arbitrary) */
class="text-[#af9c2d] bg-[#af9c2d]"
/* SCSS */
$brand: #af9c2d;
/* SwiftUI */
Color(red: 0.686, green: 0.612, blue: 0.176)
/* Android */
Color.parseColor("#af9c2d")Accessibility — WCAG contrast
Aa
#af9c2d on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9c2d on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.2%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow74.3%
Key (black)31.4%
Color previews
#af9c2d text on a black background
contrast 7.62:1
Card sample
#af9c2d text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9c2d;
Background color
Panel with #af9c2d background
background-color: #af9c2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9c2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 156, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 156, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9c2d; background: linear-gradient(135deg, #af9c2d, #6BAF2D);