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