#acb0c2
a light, soft blue · warm · closest name: silver
RGB
172, 176, 194
HSL
229°, 15%, 72%
CMYK
11, 9, 0, 24
Luminance
0.4372
Every format
| HEX | #acb0c2 |
| RGB | rgb(172, 176, 194) |
| HSL | hsl(229, 15%, 72%) |
| CMYK | cmyk(11%, 9%, 0%, 24%) |
| LAB | lab(72.0 2.2 -9.6) |
| LCH | lch(72.0 9.9 282.8) |
| OKLCH | oklch(0.760 0.026 275.8) |
Copy-ready code
/* CSS */
color: #acb0c2;
background-color: #acb0c2;
/* Tailwind (arbitrary) */
class="text-[#acb0c2] bg-[#acb0c2]"
/* SCSS */
$brand: #acb0c2;
/* SwiftUI */
Color(red: 0.675, green: 0.690, blue: 0.761)
/* Android */
Color.parseColor("#acb0c2")Accessibility — WCAG contrast
Aa
#acb0c2 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb0c2 on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green69.0%
Blue76.1%
CMYK percentages
Cyan11.3%
Magenta9.3%
Yellow0.0%
Key (black)23.9%
Color previews
#acb0c2 text on a black background
contrast 9.74:1
Card sample
#acb0c2 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb0c2;
Background color
Panel with #acb0c2 background
background-color: #acb0c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb0c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 176, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 176, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb0c2; background: linear-gradient(135deg, #acb0c2, #B7ACC2);