#acacb3
a light, muted gray · warm · closest name: silver
RGB
172, 172, 179
HSL
240°, 4%, 69%
CMYK
4, 4, 0, 30
Luminance
0.4153
Every format
| HEX | #acacb3 |
| RGB | rgb(172, 172, 179) |
| HSL | hsl(240, 4%, 69%) |
| CMYK | cmyk(4%, 4%, 0%, 30%) |
| LAB | lab(70.5 1.3 -3.6) |
| LCH | lch(70.5 3.8 290.5) |
| OKLCH | oklch(0.747 0.010 286.2) |
Copy-ready code
/* CSS */
color: #acacb3;
background-color: #acacb3;
/* Tailwind (arbitrary) */
class="text-[#acacb3] bg-[#acacb3]"
/* SCSS */
$brand: #acacb3;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.702)
/* Android */
Color.parseColor("#acacb3")Accessibility — WCAG contrast
Aa
#acacb3 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acacb3 on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue70.2%
CMYK percentages
Cyan3.9%
Magenta3.9%
Yellow0.0%
Key (black)29.8%
Color previews
#acacb3 text on a black background
contrast 9.31:1
Card sample
#acacb3 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acacb3;
Background color
Panel with #acacb3 background
background-color: #acacb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acacb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acacb3; background: linear-gradient(135deg, #acacb3, #B1ACB3);