#afbcaa
a light, muted green · cool · closest name: silver
RGB
175, 188, 170
HSL
103°, 12%, 70%
CMYK
7, 0, 10, 26
Luminance
0.4798
Every format
| HEX | #afbcaa |
| RGB | rgb(175, 188, 170) |
| HSL | hsl(103, 12%, 70%) |
| CMYK | cmyk(7%, 0%, 10%, 26%) |
| LAB | lab(74.8 -7.8 7.6) |
| LCH | lch(74.8 10.9 136.0) |
| OKLCH | oklch(0.780 0.029 136.9) |
Copy-ready code
/* CSS */
color: #afbcaa;
background-color: #afbcaa;
/* Tailwind (arbitrary) */
class="text-[#afbcaa] bg-[#afbcaa]"
/* SCSS */
$brand: #afbcaa;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.667)
/* Android */
Color.parseColor("#afbcaa")Accessibility — WCAG contrast
Aa
#afbcaa on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcaa on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue66.7%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow9.6%
Key (black)26.3%
Color previews
#afbcaa text on a black background
contrast 10.60:1
Card sample
#afbcaa text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcaa;
Background color
Panel with #afbcaa background
background-color: #afbcaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcaa; background: linear-gradient(135deg, #afbcaa, #AABCB1);