#af9c3c
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 156, 60
HSL
50°, 49%, 46%
CMYK
0, 11, 66, 31
Luminance
0.3322
Every format
| HEX | #af9c3c |
| RGB | rgb(175, 156, 60) |
| HSL | hsl(50, 49%, 46%) |
| CMYK | cmyk(0%, 11%, 66%, 31%) |
| LAB | lab(64.3 -4.4 51.1) |
| LCH | lch(64.3 51.3 94.9) |
| OKLCH | oklch(0.691 0.117 98.0) |
Copy-ready code
/* CSS */
color: #af9c3c;
background-color: #af9c3c;
/* Tailwind (arbitrary) */
class="text-[#af9c3c] bg-[#af9c3c]"
/* SCSS */
$brand: #af9c3c;
/* SwiftUI */
Color(red: 0.686, green: 0.612, blue: 0.235)
/* Android */
Color.parseColor("#af9c3c")Accessibility — WCAG contrast
Aa
#af9c3c on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9c3c on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.2%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow65.7%
Key (black)31.4%
Color previews
#af9c3c text on a black background
contrast 7.64:1
Card sample
#af9c3c text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9c3c;
Background color
Panel with #af9c3c background
background-color: #af9c3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9c3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 156, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 156, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9c3c; background: linear-gradient(135deg, #af9c3c, #75AF3C);