#abe2df
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 226, 223
HSL
177°, 49%, 78%
CMYK
24, 0, 1, 11
Luminance
0.6838
Every format
| HEX | #abe2df |
| RGB | rgb(171, 226, 223) |
| HSL | hsl(177, 49%, 78%) |
| CMYK | cmyk(24%, 0%, 1%, 11%) |
| LAB | lab(86.2 -18.1 -4.3) |
| LCH | lch(86.2 18.6 193.3) |
| OKLCH | oklch(0.874 0.056 192.0) |
Copy-ready code
/* CSS */
color: #abe2df;
background-color: #abe2df;
/* Tailwind (arbitrary) */
class="text-[#abe2df] bg-[#abe2df]"
/* SCSS */
$brand: #abe2df;
/* SwiftUI */
Color(red: 0.671, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#abe2df")Accessibility — WCAG contrast
Aa
#abe2df on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe2df on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green88.6%
Blue87.5%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#abe2df text on a black background
contrast 14.68:1
Card sample
#abe2df text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe2df;
Background color
Panel with #abe2df background
background-color: #abe2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe2df; background: linear-gradient(135deg, #abe2df, #ABC0E2);