#abc2e5
a light, vivid blue · cool · closest name: skyblue
RGB
171, 194, 229
HSL
216°, 53%, 78%
CMYK
25, 15, 0, 10
Luminance
0.5290
Every format
| HEX | #abc2e5 |
| RGB | rgb(171, 194, 229) |
| HSL | hsl(216, 53%, 78%) |
| CMYK | cmyk(25%, 15%, 0%, 10%) |
| LAB | lab(77.8 -0.1 -20.0) |
| LCH | lch(77.8 20.0 269.6) |
| OKLCH | oklch(0.808 0.056 258.7) |
Copy-ready code
/* CSS */
color: #abc2e5;
background-color: #abc2e5;
/* Tailwind (arbitrary) */
class="text-[#abc2e5] bg-[#abc2e5]"
/* SCSS */
$brand: #abc2e5;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.898)
/* Android */
Color.parseColor("#abc2e5")Accessibility — WCAG contrast
Aa
#abc2e5 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc2e5 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.1%
Blue89.8%
CMYK percentages
Cyan25.3%
Magenta15.3%
Yellow0.0%
Key (black)10.2%
Color previews
#abc2e5 text on a black background
contrast 11.58:1
Card sample
#abc2e5 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc2e5;
Background color
Panel with #abc2e5 background
background-color: #abc2e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc2e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 194, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc2e5; background: linear-gradient(135deg, #abc2e5, #BBABE5);