#abfefd
a light, electric cyan · cool · closest name: skyblue
RGB
171, 254, 253
HSL
179°, 98%, 83%
CMYK
33, 0, 0, 0
Luminance
0.8663
Every format
| HEX | #abfefd |
| RGB | rgb(171, 254, 253) |
| HSL | hsl(179, 98%, 83%) |
| CMYK | cmyk(33%, 0%, 0%, 0%) |
| LAB | lab(94.6 -25.2 -7.5) |
| LCH | lch(94.6 26.3 196.6) |
| OKLCH | oklch(0.944 0.080 194.9) |
Copy-ready code
/* CSS */
color: #abfefd;
background-color: #abfefd;
/* Tailwind (arbitrary) */
class="text-[#abfefd] bg-[#abfefd]"
/* SCSS */
$brand: #abfefd;
/* SwiftUI */
Color(red: 0.671, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#abfefd")Accessibility — WCAG contrast
Aa
#abfefd on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfefd on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.6%
Blue99.2%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#abfefd text on a black background
contrast 18.33:1
Card sample
#abfefd text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfefd;
Background color
Panel with #abfefd background
background-color: #abfefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfefd; background: linear-gradient(135deg, #abfefd, #ABC8FE);