#abeefd
a light, electric cyan · cool · closest name: skyblue
RGB
171, 238, 253
HSL
191°, 95%, 83%
CMYK
32, 6, 0, 1
Luminance
0.7690
Every format
| HEX | #abeefd |
| RGB | rgb(171, 238, 253) |
| HSL | hsl(191, 95%, 83%) |
| CMYK | cmyk(32%, 6%, 0%, 1%) |
| LAB | lab(90.3 -17.4 -13.9) |
| LCH | lch(90.3 22.3 218.8) |
| OKLCH | oklch(0.909 0.070 213.1) |
Copy-ready code
/* CSS */
color: #abeefd;
background-color: #abeefd;
/* Tailwind (arbitrary) */
class="text-[#abeefd] bg-[#abeefd]"
/* SCSS */
$brand: #abeefd;
/* SwiftUI */
Color(red: 0.671, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#abeefd")Accessibility — WCAG contrast
Aa
#abeefd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeefd on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green93.3%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#abeefd text on a black background
contrast 16.38:1
Card sample
#abeefd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeefd;
Background color
Panel with #abeefd background
background-color: #abeefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeefd; background: linear-gradient(135deg, #abeefd, #ABB7FD);