#abc5ee
a light, vivid blue · cool · closest name: skyblue
RGB
171, 197, 238
HSL
217°, 66%, 80%
CMYK
28, 17, 0, 7
Luminance
0.5476
Every format
| HEX | #abc5ee |
| RGB | rgb(171, 197, 238) |
| HSL | hsl(217, 66%, 80%) |
| CMYK | cmyk(28%, 17%, 0%, 7%) |
| LAB | lab(78.9 0.4 -23.2) |
| LCH | lch(78.9 23.2 270.9) |
| OKLCH | oklch(0.818 0.065 259.4) |
Copy-ready code
/* CSS */
color: #abc5ee;
background-color: #abc5ee;
/* Tailwind (arbitrary) */
class="text-[#abc5ee] bg-[#abc5ee]"
/* SCSS */
$brand: #abc5ee;
/* SwiftUI */
Color(red: 0.671, green: 0.773, blue: 0.933)
/* Android */
Color.parseColor("#abc5ee")Accessibility — WCAG contrast
Aa
#abc5ee on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc5ee on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green77.3%
Blue93.3%
CMYK percentages
Cyan28.2%
Magenta17.2%
Yellow0.0%
Key (black)6.7%
Color previews
#abc5ee text on a black background
contrast 11.95:1
Card sample
#abc5ee text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc5ee;
Background color
Panel with #abc5ee background
background-color: #abc5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 197, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 197, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc5ee; background: linear-gradient(135deg, #abc5ee, #BEABEE);