#acacb7
a light, muted gray · warm · closest name: silver
RGB
172, 172, 183
HSL
240°, 7%, 70%
CMYK
6, 6, 0, 28
Luminance
0.4169
Every format
| HEX | #acacb7 |
| RGB | rgb(172, 172, 183) |
| HSL | hsl(240, 7%, 70%) |
| CMYK | cmyk(6%, 6%, 0%, 28%) |
| LAB | lab(70.7 2.1 -5.6) |
| LCH | lch(70.7 6.0 290.8) |
| OKLCH | oklch(0.748 0.016 286.0) |
Copy-ready code
/* CSS */
color: #acacb7;
background-color: #acacb7;
/* Tailwind (arbitrary) */
class="text-[#acacb7] bg-[#acacb7]"
/* SCSS */
$brand: #acacb7;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.718)
/* Android */
Color.parseColor("#acacb7")Accessibility — WCAG contrast
Aa
#acacb7 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acacb7 on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue71.8%
CMYK percentages
Cyan6.0%
Magenta6.0%
Yellow0.0%
Key (black)28.2%
Color previews
#acacb7 text on a black background
contrast 9.34:1
Card sample
#acacb7 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acacb7;
Background color
Panel with #acacb7 background
background-color: #acacb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acacb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acacb7; background: linear-gradient(135deg, #acacb7, #B3ACB7);