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