#abaef1
a light, vivid blue · warm · closest name: plum
RGB
171, 174, 241
HSL
237°, 71%, 81%
CMYK
29, 28, 0, 6
Luminance
0.4528
Every format
| HEX | #abaef1 |
| RGB | rgb(171, 174, 241) |
| HSL | hsl(237, 71%, 81%) |
| CMYK | cmyk(29%, 28%, 0%, 6%) |
| LAB | lab(73.1 13.7 -33.7) |
| LCH | lch(73.1 36.4 292.1) |
| OKLCH | oklch(0.773 0.095 281.9) |
Copy-ready code
/* CSS */
color: #abaef1;
background-color: #abaef1;
/* Tailwind (arbitrary) */
class="text-[#abaef1] bg-[#abaef1]"
/* SCSS */
$brand: #abaef1;
/* SwiftUI */
Color(red: 0.671, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#abaef1")Accessibility — WCAG contrast
Aa
#abaef1 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abaef1 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.2%
Blue94.5%
CMYK percentages
Cyan29.0%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#abaef1 text on a black background
contrast 10.06:1
Card sample
#abaef1 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abaef1;
Background color
Panel with #abaef1 background
background-color: #abaef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abaef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abaef1; background: linear-gradient(135deg, #abaef1, #D7ABF1);