#acb1cf
a light, soft blue · warm · closest name: silver
RGB
172, 177, 207
HSL
231°, 27%, 74%
CMYK
17, 15, 0, 19
Luminance
0.4472
Every format
| HEX | #acb1cf |
| RGB | rgb(172, 177, 207) |
| HSL | hsl(231, 27%, 74%) |
| CMYK | cmyk(17%, 15%, 0%, 19%) |
| LAB | lab(72.7 4.4 -15.8) |
| LCH | lch(72.7 16.4 285.7) |
| OKLCH | oklch(0.766 0.043 277.9) |
Copy-ready code
/* CSS */
color: #acb1cf;
background-color: #acb1cf;
/* Tailwind (arbitrary) */
class="text-[#acb1cf] bg-[#acb1cf]"
/* SCSS */
$brand: #acb1cf;
/* SwiftUI */
Color(red: 0.675, green: 0.694, blue: 0.812)
/* Android */
Color.parseColor("#acb1cf")Accessibility — WCAG contrast
Aa
#acb1cf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb1cf on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green69.4%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta14.5%
Yellow0.0%
Key (black)18.8%
Color previews
#acb1cf text on a black background
contrast 9.94:1
Card sample
#acb1cf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb1cf;
Background color
Panel with #acb1cf background
background-color: #acb1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 177, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 177, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb1cf; background: linear-gradient(135deg, #acb1cf, #BEACCF);