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