#abb1eb
a light, vivid blue · warm · closest name: plum
RGB
171, 177, 235
HSL
234°, 62%, 80%
CMYK
27, 25, 0, 8
Luminance
0.4610
Every format
| HEX | #abb1eb |
| RGB | rgb(171, 177, 235) |
| HSL | hsl(234, 62%, 80%) |
| CMYK | cmyk(27%, 25%, 0%, 8%) |
| LAB | lab(73.6 10.6 -29.6) |
| LCH | lch(73.6 31.5 289.6) |
| OKLCH | oklch(0.776 0.083 279.7) |
Copy-ready code
/* CSS */
color: #abb1eb;
background-color: #abb1eb;
/* Tailwind (arbitrary) */
class="text-[#abb1eb] bg-[#abb1eb]"
/* SCSS */
$brand: #abb1eb;
/* SwiftUI */
Color(red: 0.671, green: 0.694, blue: 0.922)
/* Android */
Color.parseColor("#abb1eb")Accessibility — WCAG contrast
Aa
#abb1eb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb1eb on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green69.4%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta24.7%
Yellow0.0%
Key (black)7.8%
Color previews
#abb1eb text on a black background
contrast 10.22:1
Card sample
#abb1eb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb1eb;
Background color
Panel with #abb1eb background
background-color: #abb1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 177, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 177, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb1eb; background: linear-gradient(135deg, #abb1eb, #D0ABEB);