#abacef
a light, vivid blue · warm · closest name: plum
RGB
171, 172, 239
HSL
239°, 68%, 80%
CMYK
29, 28, 0, 6
Luminance
0.4439
Every format
| HEX | #abacef |
| RGB | rgb(171, 172, 239) |
| HSL | hsl(239, 68%, 80%) |
| CMYK | cmyk(29%, 28%, 0%, 6%) |
| LAB | lab(72.5 14.3 -33.5) |
| LCH | lch(72.5 36.5 293.1) |
| OKLCH | oklch(0.768 0.095 283.3) |
Copy-ready code
/* CSS */
color: #abacef;
background-color: #abacef;
/* Tailwind (arbitrary) */
class="text-[#abacef] bg-[#abacef]"
/* SCSS */
$brand: #abacef;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#abacef")Accessibility — WCAG contrast
Aa
#abacef on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abacef on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue93.7%
CMYK percentages
Cyan28.5%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#abacef text on a black background
contrast 9.88:1
Card sample
#abacef text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abacef;
Background color
Panel with #abacef background
background-color: #abacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abacef; background: linear-gradient(135deg, #abacef, #D7ABEF);