#afac95
a balanced, muted yellow · cool · closest name: silver
RGB
175, 172, 149
HSL
53°, 14%, 64%
CMYK
0, 2, 15, 31
Luminance
0.4079
Every format
| HEX | #afac95 |
| RGB | rgb(175, 172, 149) |
| HSL | hsl(53, 14%, 64%) |
| CMYK | cmyk(0%, 2%, 15%, 31%) |
| LAB | lab(70.0 -2.9 12.2) |
| LCH | lch(70.0 12.6 103.5) |
| OKLCH | oklch(0.741 0.032 101.0) |
Copy-ready code
/* CSS */
color: #afac95;
background-color: #afac95;
/* Tailwind (arbitrary) */
class="text-[#afac95] bg-[#afac95]"
/* SCSS */
$brand: #afac95;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.584)
/* Android */
Color.parseColor("#afac95")Accessibility — WCAG contrast
Aa
#afac95 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac95 on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow14.9%
Key (black)31.4%
Color previews
#afac95 text on a black background
contrast 9.16:1
Card sample
#afac95 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac95;
Background color
Panel with #afac95 background
background-color: #afac95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac95; background: linear-gradient(135deg, #afac95, #A1AF95);