#abacec
a light, vivid blue · warm · closest name: plum
RGB
171, 172, 236
HSL
239°, 63%, 80%
CMYK
28, 27, 0, 8
Luminance
0.4422
Every format
| HEX | #abacec |
| RGB | rgb(171, 172, 236) |
| HSL | hsl(239, 63%, 80%) |
| CMYK | cmyk(28%, 27%, 0%, 8%) |
| LAB | lab(72.4 13.6 -32.1) |
| LCH | lch(72.4 34.9 292.9) |
| OKLCH | oklch(0.767 0.091 283.3) |
Copy-ready code
/* CSS */
color: #abacec;
background-color: #abacec;
/* Tailwind (arbitrary) */
class="text-[#abacec] bg-[#abacec]"
/* SCSS */
$brand: #abacec;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#abacec")Accessibility — WCAG contrast
Aa
#abacec on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abacec on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue92.5%
CMYK percentages
Cyan27.5%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#abacec text on a black background
contrast 9.84:1
Card sample
#abacec text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abacec;
Background color
Panel with #abacec background
background-color: #abacec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abacec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abacec; background: linear-gradient(135deg, #abacec, #D5ABEC);