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