#afb739
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 183, 57
HSL
64°, 53%, 47%
CMYK
4, 0, 69, 28
Luminance
0.4328
Every format
| HEX | #afb739 |
| RGB | rgb(175, 183, 57) |
| HSL | hsl(64, 53%, 47%) |
| CMYK | cmyk(4%, 0%, 69%, 28%) |
| LAB | lab(71.7 -18.6 60.0) |
| LCH | lch(71.7 62.8 107.2) |
| OKLCH | oklch(0.750 0.146 113.0) |
Copy-ready code
/* CSS */
color: #afb739;
background-color: #afb739;
/* Tailwind (arbitrary) */
class="text-[#afb739] bg-[#afb739]"
/* SCSS */
$brand: #afb739;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.224)
/* Android */
Color.parseColor("#afb739")Accessibility — WCAG contrast
Aa
#afb739 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb739 on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue22.4%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow68.9%
Key (black)28.2%
Color previews
#afb739 text on a black background
contrast 9.66:1
Card sample
#afb739 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb739;
Background color
Panel with #afb739 background
background-color: #afb739;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb739;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb739; background: linear-gradient(135deg, #afb739, #5BB739);