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