#abbaeb
a light, vivid blue · warm · closest name: skyblue
RGB
171, 186, 235
HSL
226°, 62%, 80%
CMYK
27, 21, 0, 8
Luminance
0.4977
Every format
| HEX | #abbaeb |
| RGB | rgb(171, 186, 235) |
| HSL | hsl(226, 62%, 80%) |
| CMYK | cmyk(27%, 21%, 0%, 8%) |
| LAB | lab(75.9 5.6 -26.1) |
| LCH | lch(75.9 26.7 282.1) |
| OKLCH | oklch(0.794 0.072 271.4) |
Copy-ready code
/* CSS */
color: #abbaeb;
background-color: #abbaeb;
/* Tailwind (arbitrary) */
class="text-[#abbaeb] bg-[#abbaeb]"
/* SCSS */
$brand: #abbaeb;
/* SwiftUI */
Color(red: 0.671, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#abbaeb")Accessibility — WCAG contrast
Aa
#abbaeb on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbaeb on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green72.9%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#abbaeb text on a black background
contrast 10.95:1
Card sample
#abbaeb text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbaeb;
Background color
Panel with #abbaeb background
background-color: #abbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbaeb; background: linear-gradient(135deg, #abbaeb, #C7ABEB);