#abc4ee
a light, vivid blue · cool · closest name: skyblue
RGB
171, 196, 238
HSL
218°, 66%, 80%
CMYK
28, 18, 0, 7
Luminance
0.5431
Every format
| HEX | #abc4ee |
| RGB | rgb(171, 196, 238) |
| HSL | hsl(218, 66%, 80%) |
| CMYK | cmyk(28%, 18%, 0%, 7%) |
| LAB | lab(78.6 0.9 -23.6) |
| LCH | lch(78.6 23.6 272.2) |
| OKLCH | oklch(0.816 0.066 260.7) |
Copy-ready code
/* CSS */
color: #abc4ee;
background-color: #abc4ee;
/* Tailwind (arbitrary) */
class="text-[#abc4ee] bg-[#abc4ee]"
/* SCSS */
$brand: #abc4ee;
/* SwiftUI */
Color(red: 0.671, green: 0.769, blue: 0.933)
/* Android */
Color.parseColor("#abc4ee")Accessibility — WCAG contrast
Aa
#abc4ee on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc4ee on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.9%
Blue93.3%
CMYK percentages
Cyan28.2%
Magenta17.6%
Yellow0.0%
Key (black)6.7%
Color previews
#abc4ee text on a black background
contrast 11.86:1
Card sample
#abc4ee text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc4ee;
Background color
Panel with #abc4ee background
background-color: #abc4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 196, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 196, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc4ee; background: linear-gradient(135deg, #abc4ee, #BFABEE);