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