#abfcfd
a light, electric cyan · cool · closest name: skyblue
RGB
171, 252, 253
HSL
181°, 95%, 83%
CMYK
32, 0, 0, 1
Luminance
0.8537
Every format
| HEX | #abfcfd |
| RGB | rgb(171, 252, 253) |
| HSL | hsl(181, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 0%, 1%) |
| LAB | lab(94.0 -24.2 -8.3) |
| LCH | lch(94.0 25.6 199.0) |
| OKLCH | oklch(0.940 0.079 196.9) |
Copy-ready code
/* CSS */
color: #abfcfd;
background-color: #abfcfd;
/* Tailwind (arbitrary) */
class="text-[#abfcfd] bg-[#abfcfd]"
/* SCSS */
$brand: #abfcfd;
/* SwiftUI */
Color(red: 0.671, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#abfcfd")Accessibility — WCAG contrast
Aa
#abfcfd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfcfd on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.8%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#abfcfd text on a black background
contrast 18.07:1
Card sample
#abfcfd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfcfd;
Background color
Panel with #abfcfd background
background-color: #abfcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfcfd; background: linear-gradient(135deg, #abfcfd, #ABC5FD);