#acabbd
a light, muted blue · warm · closest name: silver
RGB
172, 171, 189
HSL
243°, 12%, 71%
CMYK
9, 10, 0, 26
Luminance
0.4157
Every format
| HEX | #acabbd |
| RGB | rgb(172, 171, 189) |
| HSL | hsl(243, 12%, 71%) |
| CMYK | cmyk(9%, 10%, 0%, 26%) |
| LAB | lab(70.6 3.9 -9.1) |
| LCH | lch(70.6 9.9 293.2) |
| OKLCH | oklch(0.748 0.026 288.3) |
Copy-ready code
/* CSS */
color: #acabbd;
background-color: #acabbd;
/* Tailwind (arbitrary) */
class="text-[#acabbd] bg-[#acabbd]"
/* SCSS */
$brand: #acabbd;
/* SwiftUI */
Color(red: 0.675, green: 0.671, blue: 0.741)
/* Android */
Color.parseColor("#acabbd")Accessibility — WCAG contrast
Aa
#acabbd on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acabbd on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.1%
Blue74.1%
CMYK percentages
Cyan9.0%
Magenta9.5%
Yellow0.0%
Key (black)25.9%
Color previews
#acabbd text on a black background
contrast 9.31:1
Card sample
#acabbd text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acabbd;
Background color
Panel with #acabbd background
background-color: #acabbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acabbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 171, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 171, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acabbd; background: linear-gradient(135deg, #acabbd, #B8ABBD);