#acb0c4
a light, soft blue · warm · closest name: silver
RGB
172, 176, 196
HSL
230°, 17%, 72%
CMYK
12, 10, 0, 23
Luminance
0.4381
Every format
| HEX | #acb0c4 |
| RGB | rgb(172, 176, 196) |
| HSL | hsl(230, 17%, 72%) |
| CMYK | cmyk(12%, 10%, 0%, 23%) |
| LAB | lab(72.1 2.6 -10.6) |
| LCH | lch(72.1 10.9 283.8) |
| OKLCH | oklch(0.760 0.029 276.7) |
Copy-ready code
/* CSS */
color: #acb0c4;
background-color: #acb0c4;
/* Tailwind (arbitrary) */
class="text-[#acb0c4] bg-[#acb0c4]"
/* SCSS */
$brand: #acb0c4;
/* SwiftUI */
Color(red: 0.675, green: 0.690, blue: 0.769)
/* Android */
Color.parseColor("#acb0c4")Accessibility — WCAG contrast
Aa
#acb0c4 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb0c4 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green69.0%
Blue76.9%
CMYK percentages
Cyan12.2%
Magenta10.2%
Yellow0.0%
Key (black)23.1%
Color previews
#acb0c4 text on a black background
contrast 9.76:1
Card sample
#acb0c4 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb0c4;
Background color
Panel with #acb0c4 background
background-color: #acb0c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb0c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 176, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 176, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb0c4; background: linear-gradient(135deg, #acb0c4, #B8ACC4);