#acabda
a light, soft blue · warm · closest name: plum
RGB
172, 171, 218
HSL
241°, 39%, 76%
CMYK
21, 22, 0, 15
Luminance
0.4296
Every format
| HEX | #acabda |
| RGB | rgb(172, 171, 218) |
| HSL | hsl(241, 39%, 76%) |
| CMYK | cmyk(21%, 22%, 0%, 15%) |
| LAB | lab(71.5 10.2 -23.6) |
| LCH | lch(71.5 25.7 293.4) |
| OKLCH | oklch(0.758 0.067 285.7) |
Copy-ready code
/* CSS */
color: #acabda;
background-color: #acabda;
/* Tailwind (arbitrary) */
class="text-[#acabda] bg-[#acabda]"
/* SCSS */
$brand: #acabda;
/* SwiftUI */
Color(red: 0.675, green: 0.671, blue: 0.855)
/* Android */
Color.parseColor("#acabda")Accessibility — WCAG contrast
Aa
#acabda on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acabda on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.1%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta21.6%
Yellow0.0%
Key (black)14.5%
Color previews
#acabda text on a black background
contrast 9.59:1
Card sample
#acabda text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acabda;
Background color
Panel with #acabda background
background-color: #acabda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acabda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 171, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 171, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acabda; background: linear-gradient(135deg, #acabda, #CBABDA);