#abc5eb
a light, vivid blue · cool · closest name: skyblue
RGB
171, 197, 235
HSL
216°, 62%, 80%
CMYK
27, 16, 0, 8
Luminance
0.5459
Every format
| HEX | #abc5eb |
| RGB | rgb(171, 197, 235) |
| HSL | hsl(216, 62%, 80%) |
| CMYK | cmyk(27%, 16%, 0%, 8%) |
| LAB | lab(78.8 -0.3 -21.7) |
| LCH | lch(78.8 21.7 269.1) |
| OKLCH | oklch(0.817 0.061 257.8) |
Copy-ready code
/* CSS */
color: #abc5eb;
background-color: #abc5eb;
/* Tailwind (arbitrary) */
class="text-[#abc5eb] bg-[#abc5eb]"
/* SCSS */
$brand: #abc5eb;
/* SwiftUI */
Color(red: 0.671, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#abc5eb")Accessibility — WCAG contrast
Aa
#abc5eb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc5eb on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green77.3%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta16.2%
Yellow0.0%
Key (black)7.8%
Color previews
#abc5eb text on a black background
contrast 11.92:1
Card sample
#abc5eb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc5eb;
Background color
Panel with #abc5eb background
background-color: #abc5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc5eb; background: linear-gradient(135deg, #abc5eb, #BCABEB);