#acabc1
a light, soft blue · warm · closest name: silver
RGB
172, 171, 193
HSL
243°, 15%, 71%
CMYK
11, 11, 0, 24
Luminance
0.4175
Every format
| HEX | #acabc1 |
| RGB | rgb(172, 171, 193) |
| HSL | hsl(243, 15%, 71%) |
| CMYK | cmyk(11%, 11%, 0%, 24%) |
| LAB | lab(70.7 4.7 -11.1) |
| LCH | lch(70.7 12.0 293.1) |
| OKLCH | oklch(0.749 0.031 287.7) |
Copy-ready code
/* CSS */
color: #acabc1;
background-color: #acabc1;
/* Tailwind (arbitrary) */
class="text-[#acabc1] bg-[#acabc1]"
/* SCSS */
$brand: #acabc1;
/* SwiftUI */
Color(red: 0.675, green: 0.671, blue: 0.757)
/* Android */
Color.parseColor("#acabc1")Accessibility — WCAG contrast
Aa
#acabc1 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acabc1 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.1%
Blue75.7%
CMYK percentages
Cyan10.9%
Magenta11.4%
Yellow0.0%
Key (black)24.3%
Color previews
#acabc1 text on a black background
contrast 9.35:1
Card sample
#acabc1 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acabc1;
Background color
Panel with #acabc1 background
background-color: #acabc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acabc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 171, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 171, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acabc1; background: linear-gradient(135deg, #acabc1, #BBABC1);