#af9540
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 149, 64
HSL
46°, 46%, 47%
CMYK
0, 15, 63, 31
Luminance
0.3098
Every format
| HEX | #af9540 |
| RGB | rgb(175, 149, 64) |
| HSL | hsl(46, 46%, 47%) |
| CMYK | cmyk(0%, 15%, 63%, 31%) |
| LAB | lab(62.5 -0.4 47.3) |
| LCH | lch(62.5 47.3 90.4) |
| OKLCH | oklch(0.677 0.108 92.2) |
Copy-ready code
/* CSS */
color: #af9540;
background-color: #af9540;
/* Tailwind (arbitrary) */
class="text-[#af9540] bg-[#af9540]"
/* SCSS */
$brand: #af9540;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.251)
/* Android */
Color.parseColor("#af9540")Accessibility — WCAG contrast
Aa
#af9540 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9540 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow63.4%
Key (black)31.4%
Color previews
#af9540 text on a black background
contrast 7.20:1
Card sample
#af9540 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9540;
Background color
Panel with #af9540 background
background-color: #af9540;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9540;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9540; background: linear-gradient(135deg, #af9540, #7FAF40);