#abe2eb
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 226, 235
HSL
188°, 62%, 80%
CMYK
27, 4, 0, 8
Luminance
0.6905
Every format
| HEX | #abe2eb |
| RGB | rgb(171, 226, 235) |
| HSL | hsl(188, 62%, 80%) |
| CMYK | cmyk(27%, 4%, 0%, 8%) |
| LAB | lab(86.5 -15.4 -10.1) |
| LCH | lch(86.5 18.4 213.1) |
| OKLCH | oklch(0.878 0.057 208.6) |
Copy-ready code
/* CSS */
color: #abe2eb;
background-color: #abe2eb;
/* Tailwind (arbitrary) */
class="text-[#abe2eb] bg-[#abe2eb]"
/* SCSS */
$brand: #abe2eb;
/* SwiftUI */
Color(red: 0.671, green: 0.886, blue: 0.922)
/* Android */
Color.parseColor("#abe2eb")Accessibility — WCAG contrast
Aa
#abe2eb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe2eb on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green88.6%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta3.8%
Yellow0.0%
Key (black)7.8%
Color previews
#abe2eb text on a black background
contrast 14.81:1
Card sample
#abe2eb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe2eb;
Background color
Panel with #abe2eb background
background-color: #abe2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 226, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 226, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe2eb; background: linear-gradient(135deg, #abe2eb, #ABB7EB);