#acacbc
a light, muted blue · warm · closest name: silver
RGB
172, 172, 188
HSL
240°, 11%, 71%
CMYK
9, 9, 0, 26
Luminance
0.4191
Every format
| HEX | #acacbc |
| RGB | rgb(172, 172, 188) |
| HSL | hsl(240, 11%, 71%) |
| CMYK | cmyk(9%, 9%, 0%, 26%) |
| LAB | lab(70.8 3.1 -8.2) |
| LCH | lch(70.8 8.7 291.0) |
| OKLCH | oklch(0.750 0.023 285.8) |
Copy-ready code
/* CSS */
color: #acacbc;
background-color: #acacbc;
/* Tailwind (arbitrary) */
class="text-[#acacbc] bg-[#acacbc]"
/* SCSS */
$brand: #acacbc;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#acacbc")Accessibility — WCAG contrast
Aa
#acacbc on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acacbc on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue73.7%
CMYK percentages
Cyan8.5%
Magenta8.5%
Yellow0.0%
Key (black)26.3%
Color previews
#acacbc text on a black background
contrast 9.38:1
Card sample
#acacbc text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acacbc;
Background color
Panel with #acacbc background
background-color: #acacbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acacbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acacbc; background: linear-gradient(135deg, #acacbc, #B7ACBC);