#acb2c7
a light, soft blue · warm · closest name: silver
RGB
172, 178, 199
HSL
227°, 19%, 73%
CMYK
14, 11, 0, 22
Luminance
0.4473
Every format
| HEX | #acb2c7 |
| RGB | rgb(172, 178, 199) |
| HSL | hsl(227, 19%, 73%) |
| CMYK | cmyk(14%, 11%, 0%, 22%) |
| LAB | lab(72.7 2.1 -11.3) |
| LCH | lch(72.7 11.6 280.7) |
| OKLCH | oklch(0.765 0.031 273.0) |
Copy-ready code
/* CSS */
color: #acb2c7;
background-color: #acb2c7;
/* Tailwind (arbitrary) */
class="text-[#acb2c7] bg-[#acb2c7]"
/* SCSS */
$brand: #acb2c7;
/* SwiftUI */
Color(red: 0.675, green: 0.698, blue: 0.780)
/* Android */
Color.parseColor("#acb2c7")Accessibility — WCAG contrast
Aa
#acb2c7 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb2c7 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green69.8%
Blue78.0%
CMYK percentages
Cyan13.6%
Magenta10.6%
Yellow0.0%
Key (black)22.0%
Color previews
#acb2c7 text on a black background
contrast 9.95:1
Card sample
#acb2c7 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb2c7;
Background color
Panel with #acb2c7 background
background-color: #acb2c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb2c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 178, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 178, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb2c7; background: linear-gradient(135deg, #acb2c7, #B8ACC7);