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