#afac91
a balanced, soft yellow · cool · closest name: tan
RGB
175, 172, 145
HSL
54°, 16%, 63%
CMYK
0, 2, 17, 31
Luminance
0.4066
Every format
| HEX | #afac91 |
| RGB | rgb(175, 172, 145) |
| HSL | hsl(54, 16%, 63%) |
| CMYK | cmyk(0%, 2%, 17%, 31%) |
| LAB | lab(69.9 -3.6 14.3) |
| LCH | lch(69.9 14.7 104.0) |
| OKLCH | oklch(0.740 0.038 102.0) |
Copy-ready code
/* CSS */
color: #afac91;
background-color: #afac91;
/* Tailwind (arbitrary) */
class="text-[#afac91] bg-[#afac91]"
/* SCSS */
$brand: #afac91;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.569)
/* Android */
Color.parseColor("#afac91")Accessibility — WCAG contrast
Aa
#afac91 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac91 on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow17.1%
Key (black)31.4%
Color previews
#afac91 text on a black background
contrast 9.13:1
Card sample
#afac91 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac91;
Background color
Panel with #afac91 background
background-color: #afac91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac91; background: linear-gradient(135deg, #afac91, #9EAF91);