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