#abe4df
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 228, 223
HSL
175°, 51%, 78%
CMYK
25, 0, 2, 11
Luminance
0.6947
Every format
| HEX | #abe4df |
| RGB | rgb(171, 228, 223) |
| HSL | hsl(175, 51%, 78%) |
| CMYK | cmyk(25%, 0%, 2%, 11%) |
| LAB | lab(86.7 -19.1 -3.5) |
| LCH | lch(86.7 19.4 190.3) |
| OKLCH | oklch(0.878 0.059 189.4) |
Copy-ready code
/* CSS */
color: #abe4df;
background-color: #abe4df;
/* Tailwind (arbitrary) */
class="text-[#abe4df] bg-[#abe4df]"
/* SCSS */
$brand: #abe4df;
/* SwiftUI */
Color(red: 0.671, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#abe4df")Accessibility — WCAG contrast
Aa
#abe4df on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe4df on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green89.4%
Blue87.5%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#abe4df text on a black background
contrast 14.89:1
Card sample
#abe4df text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe4df;
Background color
Panel with #abe4df background
background-color: #abe4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe4df; background: linear-gradient(135deg, #abe4df, #ABC3E4);