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