#afbcb5
a light, muted green · cool · closest name: silver
RGB
175, 188, 181
HSL
148°, 9%, 71%
CMYK
7, 0, 4, 26
Luminance
0.4842
Every format
| HEX | #afbcb5 |
| RGB | rgb(175, 188, 181) |
| HSL | hsl(148, 9%, 71%) |
| CMYK | cmyk(7%, 0%, 4%, 26%) |
| LAB | lab(75.1 -5.8 2.0) |
| LCH | lch(75.1 6.2 161.1) |
| OKLCH | oklch(0.783 0.017 162.6) |
Copy-ready code
/* CSS */
color: #afbcb5;
background-color: #afbcb5;
/* Tailwind (arbitrary) */
class="text-[#afbcb5] bg-[#afbcb5]"
/* SCSS */
$brand: #afbcb5;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.710)
/* Android */
Color.parseColor("#afbcb5")Accessibility — WCAG contrast
Aa
#afbcb5 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcb5 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue71.0%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow3.7%
Key (black)26.3%
Color previews
#afbcb5 text on a black background
contrast 10.68:1
Card sample
#afbcb5 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcb5;
Background color
Panel with #afbcb5 background
background-color: #afbcb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcb5; background: linear-gradient(135deg, #afbcb5, #AFBABC);