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