#acafbc
a light, muted blue · warm · closest name: silver
RGB
172, 175, 188
HSL
229°, 11%, 71%
CMYK
9, 7, 0, 26
Luminance
0.4306
Every format
| HEX | #acafbc |
| RGB | rgb(172, 175, 188) |
| HSL | hsl(229, 11%, 71%) |
| CMYK | cmyk(9%, 7%, 0%, 26%) |
| LAB | lab(71.6 1.5 -7.0) |
| LCH | lch(71.6 7.1 282.1) |
| OKLCH | oklch(0.756 0.019 275.6) |
Copy-ready code
/* CSS */
color: #acafbc;
background-color: #acafbc;
/* Tailwind (arbitrary) */
class="text-[#acafbc] bg-[#acafbc]"
/* SCSS */
$brand: #acafbc;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#acafbc")Accessibility — WCAG contrast
Aa
#acafbc on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acafbc on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue73.7%
CMYK percentages
Cyan8.5%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#acafbc text on a black background
contrast 9.61:1
Card sample
#acafbc text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acafbc;
Background color
Panel with #acafbc background
background-color: #acafbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acafbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acafbc; background: linear-gradient(135deg, #acafbc, #B4ACBC);