#afab7f
a balanced, soft yellow · cool · closest name: tan
RGB
175, 171, 127
HSL
55°, 23%, 59%
CMYK
0, 2, 27, 31
Luminance
0.3977
Every format
| HEX | #afab7f |
| RGB | rgb(175, 171, 127) |
| HSL | hsl(55, 23%, 59%) |
| CMYK | cmyk(0%, 2%, 27%, 31%) |
| LAB | lab(69.3 -5.7 23.2) |
| LCH | lch(69.3 23.9 103.8) |
| OKLCH | oklch(0.733 0.060 103.4) |
Copy-ready code
/* CSS */
color: #afab7f;
background-color: #afab7f;
/* Tailwind (arbitrary) */
class="text-[#afab7f] bg-[#afab7f]"
/* SCSS */
$brand: #afab7f;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.498)
/* Android */
Color.parseColor("#afab7f")Accessibility — WCAG contrast
Aa
#afab7f on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afab7f on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow27.4%
Key (black)31.4%
Color previews
#afab7f text on a black background
contrast 8.95:1
Card sample
#afab7f text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afab7f;
Background color
Panel with #afab7f background
background-color: #afab7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afab7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afab7f; background: linear-gradient(135deg, #afab7f, #93AF7F);