#abdbfd
a light, electric blue · cool · closest name: skyblue
RGB
171, 219, 253
HSL
205°, 95%, 83%
CMYK
32, 13, 0, 1
Luminance
0.6641
Every format
| HEX | #abdbfd |
| RGB | rgb(171, 219, 253) |
| HSL | hsl(205, 95%, 83%) |
| CMYK | cmyk(32%, 13%, 0%, 1%) |
| LAB | lab(85.2 -7.7 -21.6) |
| LCH | lch(85.2 22.9 250.4) |
| OKLCH | oklch(0.869 0.069 239.4) |
Copy-ready code
/* CSS */
color: #abdbfd;
background-color: #abdbfd;
/* Tailwind (arbitrary) */
class="text-[#abdbfd] bg-[#abdbfd]"
/* SCSS */
$brand: #abdbfd;
/* SwiftUI */
Color(red: 0.671, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#abdbfd")Accessibility — WCAG contrast
Aa
#abdbfd on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdbfd on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.9%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#abdbfd text on a black background
contrast 14.28:1
Card sample
#abdbfd text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdbfd;
Background color
Panel with #abdbfd background
background-color: #abdbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdbfd; background: linear-gradient(135deg, #abdbfd, #B2ABFD);