#acabc6
a light, soft blue · warm · closest name: silver
RGB
172, 171, 198
HSL
242°, 19%, 72%
CMYK
13, 14, 0, 22
Luminance
0.4197
Every format
| HEX | #acabc6 |
| RGB | rgb(172, 171, 198) |
| HSL | hsl(242, 19%, 72%) |
| CMYK | cmyk(13%, 14%, 0%, 22%) |
| LAB | lab(70.8 5.8 -13.6) |
| LCH | lch(70.8 14.8 293.0) |
| OKLCH | oklch(0.751 0.038 287.1) |
Copy-ready code
/* CSS */
color: #acabc6;
background-color: #acabc6;
/* Tailwind (arbitrary) */
class="text-[#acabc6] bg-[#acabc6]"
/* SCSS */
$brand: #acabc6;
/* SwiftUI */
Color(red: 0.675, green: 0.671, blue: 0.776)
/* Android */
Color.parseColor("#acabc6")Accessibility — WCAG contrast
Aa
#acabc6 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acabc6 on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.1%
Blue77.6%
CMYK percentages
Cyan13.1%
Magenta13.6%
Yellow0.0%
Key (black)22.4%
Color previews
#acabc6 text on a black background
contrast 9.39:1
Card sample
#acabc6 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acabc6;
Background color
Panel with #acabc6 background
background-color: #acabc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acabc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 171, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 171, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acabc6; background: linear-gradient(135deg, #acabc6, #BEABC6);