#afac51
a balanced, soft yellow · cool · closest name: olive
RGB
175, 172, 81
HSL
58°, 37%, 50%
CMYK
0, 2, 54, 31
Luminance
0.3921
Every format
| HEX | #afac51 |
| RGB | rgb(175, 172, 81) |
| HSL | hsl(58, 37%, 50%) |
| CMYK | cmyk(0%, 2%, 54%, 31%) |
| LAB | lab(68.9 -11.3 46.5) |
| LCH | lch(68.9 47.9 103.7) |
| OKLCH | oklch(0.728 0.114 107.2) |
Copy-ready code
/* CSS */
color: #afac51;
background-color: #afac51;
/* Tailwind (arbitrary) */
class="text-[#afac51] bg-[#afac51]"
/* SCSS */
$brand: #afac51;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.318)
/* Android */
Color.parseColor("#afac51")Accessibility — WCAG contrast
Aa
#afac51 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac51 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow53.7%
Key (black)31.4%
Color previews
#afac51 text on a black background
contrast 8.84:1
Card sample
#afac51 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac51;
Background color
Panel with #afac51 background
background-color: #afac51;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac51;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac51; background: linear-gradient(135deg, #afac51, #73AF51);