#afac48
a balanced, soft yellow · cool · closest name: olive
RGB
175, 172, 72
HSL
58°, 42%, 48%
CMYK
0, 2, 59, 31
Luminance
0.3909
Every format
| HEX | #afac48 |
| RGB | rgb(175, 172, 72) |
| HSL | hsl(58, 42%, 48%) |
| CMYK | cmyk(0%, 2%, 59%, 31%) |
| LAB | lab(68.8 -12.0 50.6) |
| LCH | lch(68.8 52.0 103.4) |
| OKLCH | oklch(0.727 0.122 107.5) |
Copy-ready code
/* CSS */
color: #afac48;
background-color: #afac48;
/* Tailwind (arbitrary) */
class="text-[#afac48] bg-[#afac48]"
/* SCSS */
$brand: #afac48;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.282)
/* Android */
Color.parseColor("#afac48")Accessibility — WCAG contrast
Aa
#afac48 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac48 on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow58.9%
Key (black)31.4%
Color previews
#afac48 text on a black background
contrast 8.82:1
Card sample
#afac48 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac48;
Background color
Panel with #afac48 background
background-color: #afac48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac48; background: linear-gradient(135deg, #afac48, #6DAF48);