#abf7fd
a light, electric cyan · cool · closest name: skyblue
RGB
171, 247, 253
HSL
184°, 95%, 83%
CMYK
32, 2, 0, 1
Luminance
0.8227
Every format
| HEX | #abf7fd |
| RGB | rgb(171, 247, 253) |
| HSL | hsl(184, 95%, 83%) |
| CMYK | cmyk(32%, 2%, 0%, 1%) |
| LAB | lab(92.7 -21.8 -10.3) |
| LCH | lch(92.7 24.1 205.4) |
| OKLCH | oklch(0.929 0.075 202.2) |
Copy-ready code
/* CSS */
color: #abf7fd;
background-color: #abf7fd;
/* Tailwind (arbitrary) */
class="text-[#abf7fd] bg-[#abf7fd]"
/* SCSS */
$brand: #abf7fd;
/* SwiftUI */
Color(red: 0.671, green: 0.969, blue: 0.992)
/* Android */
Color.parseColor("#abf7fd")Accessibility — WCAG contrast
Aa
#abf7fd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf7fd on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.9%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta2.4%
Yellow0.0%
Key (black)0.8%
Color previews
#abf7fd text on a black background
contrast 17.45:1
Card sample
#abf7fd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf7fd;
Background color
Panel with #abf7fd background
background-color: #abf7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 247, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 247, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf7fd; background: linear-gradient(135deg, #abf7fd, #ABC0FD);