#acbcb2
a light, muted green · cool · closest name: silver
RGB
172, 188, 178
HSL
143°, 11%, 71%
CMYK
9, 0, 5, 26
Luminance
0.4795
Every format
| HEX | #acbcb2 |
| RGB | rgb(172, 188, 178) |
| HSL | hsl(143, 11%, 71%) |
| CMYK | cmyk(9%, 0%, 5%, 26%) |
| LAB | lab(74.8 -7.4 3.2) |
| LCH | lch(74.8 8.1 156.9) |
| OKLCH | oklch(0.780 0.022 158.4) |
Copy-ready code
/* CSS */
color: #acbcb2;
background-color: #acbcb2;
/* Tailwind (arbitrary) */
class="text-[#acbcb2] bg-[#acbcb2]"
/* SCSS */
$brand: #acbcb2;
/* SwiftUI */
Color(red: 0.675, green: 0.737, blue: 0.698)
/* Android */
Color.parseColor("#acbcb2")Accessibility — WCAG contrast
Aa
#acbcb2 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbcb2 on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green73.7%
Blue69.8%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow5.3%
Key (black)26.3%
Color previews
#acbcb2 text on a black background
contrast 10.59:1
Card sample
#acbcb2 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbcb2;
Background color
Panel with #acbcb2 background
background-color: #acbcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 188, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 188, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbcb2; background: linear-gradient(135deg, #acbcb2, #ACBBBC);