#abe5df
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 229, 223
HSL
174°, 53%, 78%
CMYK
25, 0, 3, 10
Luminance
0.7002
Every format
| HEX | #abe5df |
| RGB | rgb(171, 229, 223) |
| HSL | hsl(174, 53%, 78%) |
| CMYK | cmyk(25%, 0%, 3%, 10%) |
| LAB | lab(87.0 -19.6 -3.1) |
| LCH | lch(87.0 19.8 188.9) |
| OKLCH | oklch(0.881 0.060 188.2) |
Copy-ready code
/* CSS */
color: #abe5df;
background-color: #abe5df;
/* Tailwind (arbitrary) */
class="text-[#abe5df] bg-[#abe5df]"
/* SCSS */
$brand: #abe5df;
/* SwiftUI */
Color(red: 0.671, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#abe5df")Accessibility — WCAG contrast
Aa
#abe5df on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe5df on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green89.8%
Blue87.5%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#abe5df text on a black background
contrast 15.00:1
Card sample
#abe5df text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe5df;
Background color
Panel with #abe5df background
background-color: #abe5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe5df; background: linear-gradient(135deg, #abe5df, #ABC4E5);