#acbabf
a light, muted cyan · cool · closest name: silver
RGB
172, 186, 191
HSL
196°, 13%, 71%
CMYK
10, 3, 0, 25
Luminance
0.4765
Every format
| HEX | #acbabf |
| RGB | rgb(172, 186, 191) |
| HSL | hsl(196, 13%, 71%) |
| CMYK | cmyk(10%, 3%, 0%, 25%) |
| LAB | lab(74.6 -3.8 -4.2) |
| LCH | lch(74.6 5.7 227.6) |
| OKLCH | oklch(0.780 0.017 221.1) |
Copy-ready code
/* CSS */
color: #acbabf;
background-color: #acbabf;
/* Tailwind (arbitrary) */
class="text-[#acbabf] bg-[#acbabf]"
/* SCSS */
$brand: #acbabf;
/* SwiftUI */
Color(red: 0.675, green: 0.729, blue: 0.749)
/* Android */
Color.parseColor("#acbabf")Accessibility — WCAG contrast
Aa
#acbabf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbabf on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green72.9%
Blue74.9%
CMYK percentages
Cyan9.9%
Magenta2.6%
Yellow0.0%
Key (black)25.1%
Color previews
#acbabf text on a black background
contrast 10.53:1
Card sample
#acbabf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbabf;
Background color
Panel with #acbabf background
background-color: #acbabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 186, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 186, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbabf; background: linear-gradient(135deg, #acbabf, #ACADBF);