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