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