#af9b40
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 155, 64
HSL
49°, 46%, 47%
CMYK
0, 11, 63, 31
Luminance
0.3293
Every format
| HEX | #af9b40 |
| RGB | rgb(175, 155, 64) |
| HSL | hsl(49, 46%, 47%) |
| CMYK | cmyk(0%, 11%, 63%, 31%) |
| LAB | lab(64.1 -3.6 49.1) |
| LCH | lch(64.1 49.2 94.2) |
| OKLCH | oklch(0.689 0.113 96.9) |
Copy-ready code
/* CSS */
color: #af9b40;
background-color: #af9b40;
/* Tailwind (arbitrary) */
class="text-[#af9b40] bg-[#af9b40]"
/* SCSS */
$brand: #af9b40;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.251)
/* Android */
Color.parseColor("#af9b40")Accessibility — WCAG contrast
Aa
#af9b40 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9b40 on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow63.4%
Key (black)31.4%
Color previews
#af9b40 text on a black background
contrast 7.59:1
Card sample
#af9b40 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9b40;
Background color
Panel with #af9b40 background
background-color: #af9b40;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9b40;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9b40; background: linear-gradient(135deg, #af9b40, #79AF40);