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