#abd4fd
a light, electric blue · cool · closest name: skyblue
RGB
171, 212, 253
HSL
210°, 95%, 83%
CMYK
32, 16, 0, 1
Luminance
0.6284
Every format
| HEX | #abd4fd |
| RGB | rgb(171, 212, 253) |
| HSL | hsl(210, 95%, 83%) |
| CMYK | cmyk(32%, 16%, 0%, 1%) |
| LAB | lab(83.4 -4.0 -24.4) |
| LCH | lch(83.4 24.7 260.7) |
| OKLCH | oklch(0.855 0.072 248.7) |
Copy-ready code
/* CSS */
color: #abd4fd;
background-color: #abd4fd;
/* Tailwind (arbitrary) */
class="text-[#abd4fd] bg-[#abd4fd]"
/* SCSS */
$brand: #abd4fd;
/* SwiftUI */
Color(red: 0.671, green: 0.831, blue: 0.992)
/* Android */
Color.parseColor("#abd4fd")Accessibility — WCAG contrast
Aa
#abd4fd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd4fd on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green83.1%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta16.2%
Yellow0.0%
Key (black)0.8%
Color previews
#abd4fd text on a black background
contrast 13.57:1
Card sample
#abd4fd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd4fd;
Background color
Panel with #abd4fd background
background-color: #abd4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 212, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 212, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd4fd; background: linear-gradient(135deg, #abd4fd, #B9ABFD);