#acb3cf
a light, soft blue · warm · closest name: silver
RGB
172, 179, 207
HSL
228°, 27%, 74%
CMYK
17, 14, 0, 19
Luminance
0.4552
Every format
| HEX | #acb3cf |
| RGB | rgb(172, 179, 207) |
| HSL | hsl(228, 27%, 74%) |
| CMYK | cmyk(17%, 14%, 0%, 19%) |
| LAB | lab(73.2 3.3 -15.0) |
| LCH | lch(73.2 15.3 282.5) |
| OKLCH | oklch(0.770 0.041 274.3) |
Copy-ready code
/* CSS */
color: #acb3cf;
background-color: #acb3cf;
/* Tailwind (arbitrary) */
class="text-[#acb3cf] bg-[#acb3cf]"
/* SCSS */
$brand: #acb3cf;
/* SwiftUI */
Color(red: 0.675, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#acb3cf")Accessibility — WCAG contrast
Aa
#acb3cf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb3cf on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green70.2%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#acb3cf text on a black background
contrast 10.10:1
Card sample
#acb3cf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb3cf;
Background color
Panel with #acb3cf background
background-color: #acb3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb3cf; background: linear-gradient(135deg, #acb3cf, #BCACCF);