#afb72f
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 183, 47
HSL
64°, 59%, 45%
CMYK
4, 0, 74, 28
Luminance
0.4319
Every format
| HEX | #afb72f |
| RGB | rgb(175, 183, 47) |
| HSL | hsl(64, 59%, 45%) |
| CMYK | cmyk(4%, 0%, 74%, 28%) |
| LAB | lab(71.7 -19.1 63.5) |
| LCH | lch(71.7 66.3 106.8) |
| OKLCH | oklch(0.749 0.152 112.9) |
Copy-ready code
/* CSS */
color: #afb72f;
background-color: #afb72f;
/* Tailwind (arbitrary) */
class="text-[#afb72f] bg-[#afb72f]"
/* SCSS */
$brand: #afb72f;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.184)
/* Android */
Color.parseColor("#afb72f")Accessibility — WCAG contrast
Aa
#afb72f on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb72f on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue18.4%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow74.3%
Key (black)28.2%
Color previews
#afb72f text on a black background
contrast 9.64:1
Card sample
#afb72f text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb72f;
Background color
Panel with #afb72f background
background-color: #afb72f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb72f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb72f; background: linear-gradient(135deg, #afb72f, #54B72F);