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