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