#acabc3
a light, soft blue · warm · closest name: silver
RGB
172, 171, 195
HSL
243°, 17%, 72%
CMYK
12, 12, 0, 24
Luminance
0.4184
Every format
| HEX | #acabc3 |
| RGB | rgb(172, 171, 195) |
| HSL | hsl(243, 17%, 72%) |
| CMYK | cmyk(12%, 12%, 0%, 24%) |
| LAB | lab(70.8 5.1 -12.1) |
| LCH | lch(70.8 13.1 293.0) |
| OKLCH | oklch(0.750 0.034 287.5) |
Copy-ready code
/* CSS */
color: #acabc3;
background-color: #acabc3;
/* Tailwind (arbitrary) */
class="text-[#acabc3] bg-[#acabc3]"
/* SCSS */
$brand: #acabc3;
/* SwiftUI */
Color(red: 0.675, green: 0.671, blue: 0.765)
/* Android */
Color.parseColor("#acabc3")Accessibility — WCAG contrast
Aa
#acabc3 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acabc3 on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.1%
Blue76.5%
CMYK percentages
Cyan11.8%
Magenta12.3%
Yellow0.0%
Key (black)23.5%
Color previews
#acabc3 text on a black background
contrast 9.37:1
Card sample
#acabc3 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acabc3;
Background color
Panel with #acabc3 background
background-color: #acabc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acabc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 171, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 171, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acabc3; background: linear-gradient(135deg, #acabc3, #BCABC3);