#abc2e6
a light, vivid blue · cool · closest name: skyblue
RGB
171, 194, 230
HSL
217°, 54%, 79%
CMYK
26, 16, 0, 10
Luminance
0.5295
Every format
| HEX | #abc2e6 |
| RGB | rgb(171, 194, 230) |
| HSL | hsl(217, 54%, 79%) |
| CMYK | cmyk(26%, 16%, 0%, 10%) |
| LAB | lab(77.8 0.1 -20.5) |
| LCH | lch(77.8 20.5 270.3) |
| OKLCH | oklch(0.809 0.057 259.3) |
Copy-ready code
/* CSS */
color: #abc2e6;
background-color: #abc2e6;
/* Tailwind (arbitrary) */
class="text-[#abc2e6] bg-[#abc2e6]"
/* SCSS */
$brand: #abc2e6;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.902)
/* Android */
Color.parseColor("#abc2e6")Accessibility — WCAG contrast
Aa
#abc2e6 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc2e6 on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.1%
Blue90.2%
CMYK percentages
Cyan25.7%
Magenta15.7%
Yellow0.0%
Key (black)9.8%
Color previews
#abc2e6 text on a black background
contrast 11.59:1
Card sample
#abc2e6 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc2e6;
Background color
Panel with #abc2e6 background
background-color: #abc2e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc2e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 194, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc2e6; background: linear-gradient(135deg, #abc2e6, #BBABE6);