#abe2db
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 226, 219
HSL
172°, 49%, 78%
CMYK
24, 0, 3, 11
Luminance
0.6817
Every format
| HEX | #abe2db |
| RGB | rgb(171, 226, 219) |
| HSL | hsl(172, 49%, 78%) |
| CMYK | cmyk(24%, 0%, 3%, 11%) |
| LAB | lab(86.1 -18.9 -2.3) |
| LCH | lch(86.1 19.1 186.9) |
| OKLCH | oklch(0.873 0.057 186.5) |
Copy-ready code
/* CSS */
color: #abe2db;
background-color: #abe2db;
/* Tailwind (arbitrary) */
class="text-[#abe2db] bg-[#abe2db]"
/* SCSS */
$brand: #abe2db;
/* SwiftUI */
Color(red: 0.671, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#abe2db")Accessibility — WCAG contrast
Aa
#abe2db on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe2db on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green88.6%
Blue85.9%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow3.1%
Key (black)11.4%
Color previews
#abe2db text on a black background
contrast 14.63:1
Card sample
#abe2db text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe2db;
Background color
Panel with #abe2db background
background-color: #abe2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe2db; background: linear-gradient(135deg, #abe2db, #ABC4E2);