#af9b2c
a dark, vivid yellow · cool · closest name: olive
RGB
175, 155, 44
HSL
51°, 60%, 43%
CMYK
0, 11, 75, 31
Luminance
0.3274
Every format
| HEX | #af9b2c |
| RGB | rgb(175, 155, 44) |
| HSL | hsl(51, 60%, 43%) |
| CMYK | cmyk(0%, 11%, 75%, 31%) |
| LAB | lab(64.0 -4.7 57.2) |
| LCH | lch(64.0 57.4 94.7) |
| OKLCH | oklch(0.688 0.127 98.6) |
Copy-ready code
/* CSS */
color: #af9b2c;
background-color: #af9b2c;
/* Tailwind (arbitrary) */
class="text-[#af9b2c] bg-[#af9b2c]"
/* SCSS */
$brand: #af9b2c;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.173)
/* Android */
Color.parseColor("#af9b2c")Accessibility — WCAG contrast
Aa
#af9b2c on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9b2c on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow74.9%
Key (black)31.4%
Color previews
#af9b2c text on a black background
contrast 7.55:1
Card sample
#af9b2c text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9b2c;
Background color
Panel with #af9b2c background
background-color: #af9b2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9b2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9b2c; background: linear-gradient(135deg, #af9b2c, #6CAF2C);