#abacea
a light, vivid blue · warm · closest name: plum
RGB
171, 172, 234
HSL
239°, 60%, 79%
CMYK
27, 27, 0, 8
Luminance
0.4410
Every format
| HEX | #abacea |
| RGB | rgb(171, 172, 234) |
| HSL | hsl(239, 60%, 79%) |
| CMYK | cmyk(27%, 27%, 0%, 8%) |
| LAB | lab(72.3 13.1 -31.1) |
| LCH | lch(72.3 33.8 292.8) |
| OKLCH | oklch(0.766 0.088 283.4) |
Copy-ready code
/* CSS */
color: #abacea;
background-color: #abacea;
/* Tailwind (arbitrary) */
class="text-[#abacea] bg-[#abacea]"
/* SCSS */
$brand: #abacea;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.918)
/* Android */
Color.parseColor("#abacea")Accessibility — WCAG contrast
Aa
#abacea on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abacea on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue91.8%
CMYK percentages
Cyan26.9%
Magenta26.5%
Yellow0.0%
Key (black)8.2%
Color previews
#abacea text on a black background
contrast 9.82:1
Card sample
#abacea text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abacea;
Background color
Panel with #abacea background
background-color: #abacea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abacea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abacea; background: linear-gradient(135deg, #abacea, #D4ABEA);