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