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