#abc2e3
a light, vivid blue · cool · closest name: skyblue
RGB
171, 194, 227
HSL
215°, 50%, 78%
CMYK
25, 15, 0, 11
Luminance
0.5279
Every format
| HEX | #abc2e3 |
| RGB | rgb(171, 194, 227) |
| HSL | hsl(215, 50%, 78%) |
| CMYK | cmyk(25%, 15%, 0%, 11%) |
| LAB | lab(77.8 -0.6 -19.0) |
| LCH | lch(77.8 19.0 268.2) |
| OKLCH | oklch(0.808 0.053 257.4) |
Copy-ready code
/* CSS */
color: #abc2e3;
background-color: #abc2e3;
/* Tailwind (arbitrary) */
class="text-[#abc2e3] bg-[#abc2e3]"
/* SCSS */
$brand: #abc2e3;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.890)
/* Android */
Color.parseColor("#abc2e3")Accessibility — WCAG contrast
Aa
#abc2e3 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc2e3 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.1%
Blue89.0%
CMYK percentages
Cyan24.7%
Magenta14.5%
Yellow0.0%
Key (black)11.0%
Color previews
#abc2e3 text on a black background
contrast 11.56:1
Card sample
#abc2e3 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc2e3;
Background color
Panel with #abc2e3 background
background-color: #abc2e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc2e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 194, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc2e3; background: linear-gradient(135deg, #abc2e3, #B9ABE3);