#abc1eb
a light, vivid blue · cool · closest name: skyblue
RGB
171, 193, 235
HSL
219°, 62%, 80%
CMYK
27, 18, 0, 8
Luminance
0.5280
Every format
| HEX | #abc1eb |
| RGB | rgb(171, 193, 235) |
| HSL | hsl(219, 62%, 80%) |
| CMYK | cmyk(27%, 18%, 0%, 8%) |
| LAB | lab(77.8 1.8 -23.3) |
| LCH | lch(77.8 23.4 274.4) |
| OKLCH | oklch(0.809 0.064 263.3) |
Copy-ready code
/* CSS */
color: #abc1eb;
background-color: #abc1eb;
/* Tailwind (arbitrary) */
class="text-[#abc1eb] bg-[#abc1eb]"
/* SCSS */
$brand: #abc1eb;
/* SwiftUI */
Color(red: 0.671, green: 0.757, blue: 0.922)
/* Android */
Color.parseColor("#abc1eb")Accessibility — WCAG contrast
Aa
#abc1eb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc1eb on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green75.7%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta17.9%
Yellow0.0%
Key (black)7.8%
Color previews
#abc1eb text on a black background
contrast 11.56:1
Card sample
#abc1eb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc1eb;
Background color
Panel with #abc1eb background
background-color: #abc1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 193, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 193, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc1eb; background: linear-gradient(135deg, #abc1eb, #C0ABEB);