#abc8ee
a light, vivid blue · cool · closest name: skyblue
RGB
171, 200, 238
HSL
214°, 66%, 80%
CMYK
28, 16, 0, 7
Luminance
0.5614
Every format
| HEX | #abc8ee |
| RGB | rgb(171, 200, 238) |
| HSL | hsl(214, 66%, 80%) |
| CMYK | cmyk(28%, 16%, 0%, 7%) |
| LAB | lab(79.7 -1.2 -22.0) |
| LCH | lch(79.7 22.0 266.8) |
| OKLCH | oklch(0.824 0.062 255.3) |
Copy-ready code
/* CSS */
color: #abc8ee;
background-color: #abc8ee;
/* Tailwind (arbitrary) */
class="text-[#abc8ee] bg-[#abc8ee]"
/* SCSS */
$brand: #abc8ee;
/* SwiftUI */
Color(red: 0.671, green: 0.784, blue: 0.933)
/* Android */
Color.parseColor("#abc8ee")Accessibility — WCAG contrast
Aa
#abc8ee on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc8ee on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.4%
Blue93.3%
CMYK percentages
Cyan28.2%
Magenta16.0%
Yellow0.0%
Key (black)6.7%
Color previews
#abc8ee text on a black background
contrast 12.23:1
Card sample
#abc8ee text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc8ee;
Background color
Panel with #abc8ee background
background-color: #abc8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 200, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 200, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc8ee; background: linear-gradient(135deg, #abc8ee, #BBABEE);