#abbdfd
a light, electric blue · warm · closest name: skyblue
RGB
171, 189, 253
HSL
227°, 95%, 83%
CMYK
32, 25, 0, 1
Luminance
0.5214
Every format
| HEX | #abbdfd |
| RGB | rgb(171, 189, 253) |
| HSL | hsl(227, 95%, 83%) |
| CMYK | cmyk(32%, 25%, 0%, 1%) |
| LAB | lab(77.4 8.4 -33.6) |
| LCH | lch(77.4 34.6 284.0) |
| OKLCH | oklch(0.808 0.093 272.1) |
Copy-ready code
/* CSS */
color: #abbdfd;
background-color: #abbdfd;
/* Tailwind (arbitrary) */
class="text-[#abbdfd] bg-[#abbdfd]"
/* SCSS */
$brand: #abbdfd;
/* SwiftUI */
Color(red: 0.671, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#abbdfd")Accessibility — WCAG contrast
Aa
#abbdfd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbdfd on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green74.1%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#abbdfd text on a black background
contrast 11.43:1
Card sample
#abbdfd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbdfd;
Background color
Panel with #abbdfd background
background-color: #abbdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbdfd; background: linear-gradient(135deg, #abbdfd, #D0ABFD);