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