#acabc9
a light, soft blue · warm · closest name: silver
RGB
172, 171, 201
HSL
242°, 22%, 73%
CMYK
14, 15, 0, 21
Luminance
0.4211
Every format
| HEX | #acabc9 |
| RGB | rgb(172, 171, 201) |
| HSL | hsl(242, 22%, 73%) |
| CMYK | cmyk(14%, 15%, 0%, 21%) |
| LAB | lab(71.0 6.4 -15.1) |
| LCH | lch(71.0 16.4 293.0) |
| OKLCH | oklch(0.752 0.043 286.9) |
Copy-ready code
/* CSS */
color: #acabc9;
background-color: #acabc9;
/* Tailwind (arbitrary) */
class="text-[#acabc9] bg-[#acabc9]"
/* SCSS */
$brand: #acabc9;
/* SwiftUI */
Color(red: 0.675, green: 0.671, blue: 0.788)
/* Android */
Color.parseColor("#acabc9")Accessibility — WCAG contrast
Aa
#acabc9 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acabc9 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.1%
Blue78.8%
CMYK percentages
Cyan14.4%
Magenta14.9%
Yellow0.0%
Key (black)21.2%
Color previews
#acabc9 text on a black background
contrast 9.42:1
Card sample
#acabc9 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acabc9;
Background color
Panel with #acabc9 background
background-color: #acabc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acabc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 171, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 171, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acabc9; background: linear-gradient(135deg, #acabc9, #C0ABC9);