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