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