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