#af9949
a balanced, soft yellow · cool · closest name: olive
RGB
175, 153, 73
HSL
47°, 41%, 49%
CMYK
0, 13, 58, 31
Luminance
0.3238
Every format
| HEX | #af9949 |
| RGB | rgb(175, 153, 73) |
| HSL | hsl(47, 41%, 49%) |
| CMYK | cmyk(0%, 13%, 58%, 31%) |
| LAB | lab(63.6 -1.9 44.3) |
| LCH | lch(63.6 44.4 92.4) |
| OKLCH | oklch(0.686 0.103 94.1) |
Copy-ready code
/* CSS */
color: #af9949;
background-color: #af9949;
/* Tailwind (arbitrary) */
class="text-[#af9949] bg-[#af9949]"
/* SCSS */
$brand: #af9949;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.286)
/* Android */
Color.parseColor("#af9949")Accessibility — WCAG contrast
Aa
#af9949 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9949 on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow58.3%
Key (black)31.4%
Color previews
#af9949 text on a black background
contrast 7.48:1
Card sample
#af9949 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9949;
Background color
Panel with #af9949 background
background-color: #af9949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9949; background: linear-gradient(135deg, #af9949, #81AF49);