#abb2eb
a light, vivid blue · warm · closest name: plum
RGB
171, 178, 235
HSL
233°, 62%, 80%
CMYK
27, 24, 0, 8
Luminance
0.4650
Every format
| HEX | #abb2eb |
| RGB | rgb(171, 178, 235) |
| HSL | hsl(233, 62%, 80%) |
| CMYK | cmyk(27%, 24%, 0%, 8%) |
| LAB | lab(73.9 10.0 -29.2) |
| LCH | lch(73.9 30.9 288.9) |
| OKLCH | oklch(0.778 0.082 278.9) |
Copy-ready code
/* CSS */
color: #abb2eb;
background-color: #abb2eb;
/* Tailwind (arbitrary) */
class="text-[#abb2eb] bg-[#abb2eb]"
/* SCSS */
$brand: #abb2eb;
/* SwiftUI */
Color(red: 0.671, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#abb2eb")Accessibility — WCAG contrast
Aa
#abb2eb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb2eb on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green69.8%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#abb2eb text on a black background
contrast 10.30:1
Card sample
#abb2eb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb2eb;
Background color
Panel with #abb2eb background
background-color: #abb2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb2eb; background: linear-gradient(135deg, #abb2eb, #CFABEB);