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