#abb9eb
a light, vivid blue · warm · closest name: skyblue
RGB
171, 185, 235
HSL
227°, 62%, 80%
CMYK
27, 21, 0, 8
Luminance
0.4935
Every format
| HEX | #abb9eb |
| RGB | rgb(171, 185, 235) |
| HSL | hsl(227, 62%, 80%) |
| CMYK | cmyk(27%, 21%, 0%, 8%) |
| LAB | lab(75.7 6.2 -26.5) |
| LCH | lch(75.7 27.2 283.1) |
| OKLCH | oklch(0.792 0.073 272.5) |
Copy-ready code
/* CSS */
color: #abb9eb;
background-color: #abb9eb;
/* Tailwind (arbitrary) */
class="text-[#abb9eb] bg-[#abb9eb]"
/* SCSS */
$brand: #abb9eb;
/* SwiftUI */
Color(red: 0.671, green: 0.725, blue: 0.922)
/* Android */
Color.parseColor("#abb9eb")Accessibility — WCAG contrast
Aa
#abb9eb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb9eb on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green72.5%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta21.3%
Yellow0.0%
Key (black)7.8%
Color previews
#abb9eb text on a black background
contrast 10.87:1
Card sample
#abb9eb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb9eb;
Background color
Panel with #abb9eb background
background-color: #abb9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 185, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 185, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb9eb; background: linear-gradient(135deg, #abb9eb, #C8ABEB);