#abc2ef
a light, vivid blue · cool · closest name: skyblue
RGB
171, 194, 239
HSL
220°, 68%, 80%
CMYK
29, 19, 0, 6
Luminance
0.5347
Every format
| HEX | #abc2ef |
| RGB | rgb(171, 194, 239) |
| HSL | hsl(220, 68%, 80%) |
| CMYK | cmyk(29%, 19%, 0%, 6%) |
| LAB | lab(78.2 2.2 -24.8) |
| LCH | lch(78.2 24.9 275.1) |
| OKLCH | oklch(0.812 0.069 263.7) |
Copy-ready code
/* CSS */
color: #abc2ef;
background-color: #abc2ef;
/* Tailwind (arbitrary) */
class="text-[#abc2ef] bg-[#abc2ef]"
/* SCSS */
$brand: #abc2ef;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.937)
/* Android */
Color.parseColor("#abc2ef")Accessibility — WCAG contrast
Aa
#abc2ef on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc2ef on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.1%
Blue93.7%
CMYK percentages
Cyan28.5%
Magenta18.8%
Yellow0.0%
Key (black)6.3%
Color previews
#abc2ef text on a black background
contrast 11.69:1
Card sample
#abc2ef text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc2ef;
Background color
Panel with #abc2ef background
background-color: #abc2ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc2ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 194, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc2ef; background: linear-gradient(135deg, #abc2ef, #C1ABEF);