#abc2e8
a light, vivid blue · cool · closest name: skyblue
RGB
171, 194, 232
HSL
217°, 57%, 79%
CMYK
26, 16, 0, 9
Luminance
0.5307
Every format
| HEX | #abc2e8 |
| RGB | rgb(171, 194, 232) |
| HSL | hsl(217, 57%, 79%) |
| CMYK | cmyk(26%, 16%, 0%, 9%) |
| LAB | lab(77.9 0.6 -21.4) |
| LCH | lch(77.9 21.4 271.5) |
| OKLCH | oklch(0.810 0.059 260.4) |
Copy-ready code
/* CSS */
color: #abc2e8;
background-color: #abc2e8;
/* Tailwind (arbitrary) */
class="text-[#abc2e8] bg-[#abc2e8]"
/* SCSS */
$brand: #abc2e8;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.910)
/* Android */
Color.parseColor("#abc2e8")Accessibility — WCAG contrast
Aa
#abc2e8 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc2e8 on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.1%
Blue91.0%
CMYK percentages
Cyan26.3%
Magenta16.4%
Yellow0.0%
Key (black)9.0%
Color previews
#abc2e8 text on a black background
contrast 11.61:1
Card sample
#abc2e8 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc2e8;
Background color
Panel with #abc2e8 background
background-color: #abc2e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc2e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 194, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc2e8; background: linear-gradient(135deg, #abc2e8, #BDABE8);