#acb7c2
a light, soft blue · cool · closest name: silver
RGB
172, 183, 194
HSL
210°, 15%, 72%
CMYK
11, 6, 0, 24
Luminance
0.4653
Every format
| HEX | #acb7c2 |
| RGB | rgb(172, 183, 194) |
| HSL | hsl(210, 15%, 72%) |
| CMYK | cmyk(11%, 6%, 0%, 24%) |
| LAB | lab(73.9 -1.6 -6.9) |
| LCH | lch(73.9 7.0 256.9) |
| OKLCH | oklch(0.774 0.020 248.1) |
Copy-ready code
/* CSS */
color: #acb7c2;
background-color: #acb7c2;
/* Tailwind (arbitrary) */
class="text-[#acb7c2] bg-[#acb7c2]"
/* SCSS */
$brand: #acb7c2;
/* SwiftUI */
Color(red: 0.675, green: 0.718, blue: 0.761)
/* Android */
Color.parseColor("#acb7c2")Accessibility — WCAG contrast
Aa
#acb7c2 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb7c2 on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green71.8%
Blue76.1%
CMYK percentages
Cyan11.3%
Magenta5.7%
Yellow0.0%
Key (black)23.9%
Color previews
#acb7c2 text on a black background
contrast 10.31:1
Card sample
#acb7c2 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb7c2;
Background color
Panel with #acb7c2 background
background-color: #acb7c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb7c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 183, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 183, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb7c2; background: linear-gradient(135deg, #acb7c2, #B0ACC2);