#acb9b2
a light, muted green · cool · closest name: silver
RGB
172, 185, 178
HSL
148°, 9%, 70%
CMYK
7, 0, 4, 28
Luminance
0.4668
Every format
| HEX | #acb9b2 |
| RGB | rgb(172, 185, 178) |
| HSL | hsl(148, 9%, 70%) |
| CMYK | cmyk(7%, 0%, 4%, 28%) |
| LAB | lab(74.0 -5.8 2.0) |
| LCH | lch(74.0 6.2 161.1) |
| OKLCH | oklch(0.774 0.017 162.6) |
Copy-ready code
/* CSS */
color: #acb9b2;
background-color: #acb9b2;
/* Tailwind (arbitrary) */
class="text-[#acb9b2] bg-[#acb9b2]"
/* SCSS */
$brand: #acb9b2;
/* SwiftUI */
Color(red: 0.675, green: 0.725, blue: 0.698)
/* Android */
Color.parseColor("#acb9b2")Accessibility — WCAG contrast
Aa
#acb9b2 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb9b2 on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green72.5%
Blue69.8%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow3.8%
Key (black)27.5%
Color previews
#acb9b2 text on a black background
contrast 10.34:1
Card sample
#acb9b2 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb9b2;
Background color
Panel with #acb9b2 background
background-color: #acb9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 185, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 185, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb9b2; background: linear-gradient(135deg, #acb9b2, #ACB7B9);