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