#af9d3f
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 157, 63
HSL
50°, 47%, 47%
CMYK
0, 10, 64, 31
Luminance
0.3359
Every format
| HEX | #af9d3f |
| RGB | rgb(175, 157, 63) |
| HSL | hsl(50, 47%, 47%) |
| CMYK | cmyk(0%, 10%, 64%, 31%) |
| LAB | lab(64.6 -4.8 50.1) |
| LCH | lch(64.6 50.3 95.4) |
| OKLCH | oklch(0.694 0.116 98.4) |
Copy-ready code
/* CSS */
color: #af9d3f;
background-color: #af9d3f;
/* Tailwind (arbitrary) */
class="text-[#af9d3f] bg-[#af9d3f]"
/* SCSS */
$brand: #af9d3f;
/* SwiftUI */
Color(red: 0.686, green: 0.616, blue: 0.247)
/* Android */
Color.parseColor("#af9d3f")Accessibility — WCAG contrast
Aa
#af9d3f on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9d3f on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow64.0%
Key (black)31.4%
Color previews
#af9d3f text on a black background
contrast 7.72:1
Card sample
#af9d3f text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9d3f;
Background color
Panel with #af9d3f background
background-color: #af9d3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9d3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 157, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 157, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9d3f; background: linear-gradient(135deg, #af9d3f, #76AF3F);