#acb2ce
a light, soft blue · warm · closest name: silver
RGB
172, 178, 206
HSL
229°, 26%, 74%
CMYK
17, 14, 0, 19
Luminance
0.4507
Every format
| HEX | #acb2ce |
| RGB | rgb(172, 178, 206) |
| HSL | hsl(229, 26%, 74%) |
| CMYK | cmyk(17%, 14%, 0%, 19%) |
| LAB | lab(72.9 3.6 -14.8) |
| LCH | lch(72.9 15.3 283.8) |
| OKLCH | oklch(0.768 0.041 275.9) |
Copy-ready code
/* CSS */
color: #acb2ce;
background-color: #acb2ce;
/* Tailwind (arbitrary) */
class="text-[#acb2ce] bg-[#acb2ce]"
/* SCSS */
$brand: #acb2ce;
/* SwiftUI */
Color(red: 0.675, green: 0.698, blue: 0.808)
/* Android */
Color.parseColor("#acb2ce")Accessibility — WCAG contrast
Aa
#acb2ce on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb2ce on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green69.8%
Blue80.8%
CMYK percentages
Cyan16.5%
Magenta13.6%
Yellow0.0%
Key (black)19.2%
Color previews
#acb2ce text on a black background
contrast 10.01:1
Card sample
#acb2ce text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb2ce;
Background color
Panel with #acb2ce background
background-color: #acb2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 178, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 178, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb2ce; background: linear-gradient(135deg, #acb2ce, #BDACCE);