#acacb5
a light, muted gray · warm · closest name: silver
RGB
172, 172, 181
HSL
240°, 6%, 69%
CMYK
5, 5, 0, 29
Luminance
0.4161
Every format
| HEX | #acacb5 |
| RGB | rgb(172, 172, 181) |
| HSL | hsl(240, 6%, 69%) |
| CMYK | cmyk(5%, 5%, 0%, 29%) |
| LAB | lab(70.6 1.7 -4.6) |
| LCH | lch(70.6 4.9 290.6) |
| OKLCH | oklch(0.747 0.013 286.1) |
Copy-ready code
/* CSS */
color: #acacb5;
background-color: #acacb5;
/* Tailwind (arbitrary) */
class="text-[#acacb5] bg-[#acacb5]"
/* SCSS */
$brand: #acacb5;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.710)
/* Android */
Color.parseColor("#acacb5")Accessibility — WCAG contrast
Aa
#acacb5 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acacb5 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue71.0%
CMYK percentages
Cyan5.0%
Magenta5.0%
Yellow0.0%
Key (black)29.0%
Color previews
#acacb5 text on a black background
contrast 9.32:1
Card sample
#acacb5 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acacb5;
Background color
Panel with #acacb5 background
background-color: #acacb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acacb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acacb5; background: linear-gradient(135deg, #acacb5, #B2ACB5);