#afab96
a balanced, muted yellow · cool · closest name: silver
RGB
175, 171, 150
HSL
50°, 14%, 64%
CMYK
0, 2, 14, 31
Luminance
0.4044
Every format
| HEX | #afab96 |
| RGB | rgb(175, 171, 150) |
| HSL | hsl(50, 14%, 64%) |
| CMYK | cmyk(0%, 2%, 14%, 31%) |
| LAB | lab(69.8 -2.2 11.3) |
| LCH | lch(69.8 11.6 101.1) |
| OKLCH | oklch(0.739 0.030 98.2) |
Copy-ready code
/* CSS */
color: #afab96;
background-color: #afab96;
/* Tailwind (arbitrary) */
class="text-[#afab96] bg-[#afab96]"
/* SCSS */
$brand: #afab96;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.588)
/* Android */
Color.parseColor("#afab96")Accessibility — WCAG contrast
Aa
#afab96 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afab96 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow14.3%
Key (black)31.4%
Color previews
#afab96 text on a black background
contrast 9.09:1
Card sample
#afab96 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afab96;
Background color
Panel with #afab96 background
background-color: #afab96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afab96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afab96; background: linear-gradient(135deg, #afab96, #A2AF96);