#abc0ee
a light, vivid blue · cool · closest name: skyblue
RGB
171, 192, 238
HSL
221°, 66%, 80%
CMYK
28, 19, 0, 7
Luminance
0.5253
Every format
| HEX | #abc0ee |
| RGB | rgb(171, 192, 238) |
| HSL | hsl(221, 66%, 80%) |
| CMYK | cmyk(28%, 19%, 0%, 7%) |
| LAB | lab(77.6 3.1 -25.1) |
| LCH | lch(77.6 25.3 276.9) |
| OKLCH | oklch(0.808 0.069 265.7) |
Copy-ready code
/* CSS */
color: #abc0ee;
background-color: #abc0ee;
/* Tailwind (arbitrary) */
class="text-[#abc0ee] bg-[#abc0ee]"
/* SCSS */
$brand: #abc0ee;
/* SwiftUI */
Color(red: 0.671, green: 0.753, blue: 0.933)
/* Android */
Color.parseColor("#abc0ee")Accessibility — WCAG contrast
Aa
#abc0ee on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc0ee on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green75.3%
Blue93.3%
CMYK percentages
Cyan28.2%
Magenta19.3%
Yellow0.0%
Key (black)6.7%
Color previews
#abc0ee text on a black background
contrast 11.51:1
Card sample
#abc0ee text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc0ee;
Background color
Panel with #abc0ee background
background-color: #abc0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 192, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 192, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc0ee; background: linear-gradient(135deg, #abc0ee, #C3ABEE);