#af9941
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 153, 65
HSL
48°, 46%, 47%
CMYK
0, 13, 63, 31
Luminance
0.3228
Every format
| HEX | #af9941 |
| RGB | rgb(175, 153, 65) |
| HSL | hsl(48, 46%, 47%) |
| CMYK | cmyk(0%, 13%, 63%, 31%) |
| LAB | lab(63.6 -2.5 48.0) |
| LCH | lch(63.6 48.1 92.9) |
| OKLCH | oklch(0.685 0.111 95.3) |
Copy-ready code
/* CSS */
color: #af9941;
background-color: #af9941;
/* Tailwind (arbitrary) */
class="text-[#af9941] bg-[#af9941]"
/* SCSS */
$brand: #af9941;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.255)
/* Android */
Color.parseColor("#af9941")Accessibility — WCAG contrast
Aa
#af9941 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9941 on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow62.9%
Key (black)31.4%
Color previews
#af9941 text on a black background
contrast 7.46:1
Card sample
#af9941 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9941;
Background color
Panel with #af9941 background
background-color: #af9941;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9941;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9941; background: linear-gradient(135deg, #af9941, #7CAF41);