#acb7ce
a light, soft blue · cool · closest name: silver
RGB
172, 183, 206
HSL
221°, 26%, 74%
CMYK
17, 11, 0, 19
Luminance
0.4709
Every format
| HEX | #acb7ce |
| RGB | rgb(172, 183, 206) |
| HSL | hsl(221, 26%, 74%) |
| CMYK | cmyk(17%, 11%, 0%, 19%) |
| LAB | lab(74.3 0.9 -12.9) |
| LCH | lch(74.3 12.9 274.2) |
| OKLCH | oklch(0.778 0.035 265.2) |
Copy-ready code
/* CSS */
color: #acb7ce;
background-color: #acb7ce;
/* Tailwind (arbitrary) */
class="text-[#acb7ce] bg-[#acb7ce]"
/* SCSS */
$brand: #acb7ce;
/* SwiftUI */
Color(red: 0.675, green: 0.718, blue: 0.808)
/* Android */
Color.parseColor("#acb7ce")Accessibility — WCAG contrast
Aa
#acb7ce on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb7ce on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green71.8%
Blue80.8%
CMYK percentages
Cyan16.5%
Magenta11.2%
Yellow0.0%
Key (black)19.2%
Color previews
#acb7ce text on a black background
contrast 10.42:1
Card sample
#acb7ce text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb7ce;
Background color
Panel with #acb7ce background
background-color: #acb7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 183, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 183, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb7ce; background: linear-gradient(135deg, #acb7ce, #B8ACCE);