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