#abacba
a light, muted blue · warm · closest name: silver
RGB
171, 172, 186
HSL
236°, 10%, 70%
CMYK
8, 8, 0, 27
Luminance
0.4171
Every format
| HEX | #abacba |
| RGB | rgb(171, 172, 186) |
| HSL | hsl(236, 10%, 70%) |
| CMYK | cmyk(8%, 8%, 0%, 27%) |
| LAB | lab(70.7 2.4 -7.3) |
| LCH | lch(70.7 7.7 288.2) |
| OKLCH | oklch(0.748 0.020 282.6) |
Copy-ready code
/* CSS */
color: #abacba;
background-color: #abacba;
/* Tailwind (arbitrary) */
class="text-[#abacba] bg-[#abacba]"
/* SCSS */
$brand: #abacba;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.729)
/* Android */
Color.parseColor("#abacba")Accessibility — WCAG contrast
Aa
#abacba on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abacba on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue72.9%
CMYK percentages
Cyan8.1%
Magenta7.5%
Yellow0.0%
Key (black)27.1%
Color previews
#abacba text on a black background
contrast 9.34:1
Card sample
#abacba text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abacba;
Background color
Panel with #abacba background
background-color: #abacba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abacba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abacba; background: linear-gradient(135deg, #abacba, #B4ABBA);