#abacbc
a light, muted blue · warm · closest name: silver
RGB
171, 172, 188
HSL
237°, 11%, 70%
CMYK
9, 9, 0, 26
Luminance
0.4179
Every format
| HEX | #abacbc |
| RGB | rgb(171, 172, 188) |
| HSL | hsl(237, 11%, 70%) |
| CMYK | cmyk(9%, 9%, 0%, 26%) |
| LAB | lab(70.7 2.8 -8.3) |
| LCH | lch(70.7 8.7 288.7) |
| OKLCH | oklch(0.749 0.023 283.0) |
Copy-ready code
/* CSS */
color: #abacbc;
background-color: #abacbc;
/* Tailwind (arbitrary) */
class="text-[#abacbc] bg-[#abacbc]"
/* SCSS */
$brand: #abacbc;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#abacbc")Accessibility — WCAG contrast
Aa
#abacbc on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abacbc on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue73.7%
CMYK percentages
Cyan9.0%
Magenta8.5%
Yellow0.0%
Key (black)26.3%
Color previews
#abacbc text on a black background
contrast 9.36:1
Card sample
#abacbc text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abacbc;
Background color
Panel with #abacbc background
background-color: #abacbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abacbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abacbc; background: linear-gradient(135deg, #abacbc, #B5ABBC);