#afac56
a balanced, soft yellow · cool · closest name: olive
RGB
175, 172, 86
HSL
58°, 36%, 51%
CMYK
0, 2, 51, 31
Luminance
0.3929
Every format
| HEX | #afac56 |
| RGB | rgb(175, 172, 86) |
| HSL | hsl(58, 36%, 51%) |
| CMYK | cmyk(0%, 2%, 51%, 31%) |
| LAB | lab(69.0 -10.9 44.1) |
| LCH | lch(69.0 45.5 103.9) |
| OKLCH | oklch(0.729 0.109 107.0) |
Copy-ready code
/* CSS */
color: #afac56;
background-color: #afac56;
/* Tailwind (arbitrary) */
class="text-[#afac56] bg-[#afac56]"
/* SCSS */
$brand: #afac56;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.337)
/* Android */
Color.parseColor("#afac56")Accessibility — WCAG contrast
Aa
#afac56 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac56 on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow50.9%
Key (black)31.4%
Color previews
#afac56 text on a black background
contrast 8.86:1
Card sample
#afac56 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac56;
Background color
Panel with #afac56 background
background-color: #afac56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac56; background: linear-gradient(135deg, #afac56, #77AF56);