#acabcb
a light, soft blue · warm · closest name: silver
RGB
172, 171, 203
HSL
242°, 24%, 73%
CMYK
15, 16, 0, 20
Luminance
0.4221
Every format
| HEX | #acabcb |
| RGB | rgb(172, 171, 203) |
| HSL | hsl(242, 24%, 73%) |
| CMYK | cmyk(15%, 16%, 0%, 20%) |
| LAB | lab(71.0 6.8 -16.1) |
| LCH | lch(71.0 17.5 293.0) |
| OKLCH | oklch(0.753 0.046 286.7) |
Copy-ready code
/* CSS */
color: #acabcb;
background-color: #acabcb;
/* Tailwind (arbitrary) */
class="text-[#acabcb] bg-[#acabcb]"
/* SCSS */
$brand: #acabcb;
/* SwiftUI */
Color(red: 0.675, green: 0.671, blue: 0.796)
/* Android */
Color.parseColor("#acabcb")Accessibility — WCAG contrast
Aa
#acabcb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acabcb on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.1%
Blue79.6%
CMYK percentages
Cyan15.3%
Magenta15.8%
Yellow0.0%
Key (black)20.4%
Color previews
#acabcb text on a black background
contrast 9.44:1
Card sample
#acabcb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acabcb;
Background color
Panel with #acabcb background
background-color: #acabcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acabcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 171, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 171, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acabcb; background: linear-gradient(135deg, #acabcb, #C1ABCB);