#acb8cf
a light, soft blue · cool · closest name: silver
RGB
172, 184, 207
HSL
219°, 27%, 74%
CMYK
17, 11, 0, 19
Luminance
0.4756
Every format
| HEX | #acb8cf |
| RGB | rgb(172, 184, 207) |
| HSL | hsl(219, 27%, 74%) |
| CMYK | cmyk(17%, 11%, 0%, 19%) |
| LAB | lab(74.5 0.6 -13.0) |
| LCH | lch(74.5 13.0 272.7) |
| OKLCH | oklch(0.781 0.035 263.5) |
Copy-ready code
/* CSS */
color: #acb8cf;
background-color: #acb8cf;
/* Tailwind (arbitrary) */
class="text-[#acb8cf] bg-[#acb8cf]"
/* SCSS */
$brand: #acb8cf;
/* SwiftUI */
Color(red: 0.675, green: 0.722, blue: 0.812)
/* Android */
Color.parseColor("#acb8cf")Accessibility — WCAG contrast
Aa
#acb8cf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb8cf on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green72.2%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta11.1%
Yellow0.0%
Key (black)18.8%
Color previews
#acb8cf text on a black background
contrast 10.51:1
Card sample
#acb8cf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb8cf;
Background color
Panel with #acb8cf background
background-color: #acb8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 184, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 184, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb8cf; background: linear-gradient(135deg, #acb8cf, #B7ACCF);