#abdcff
a light, electric blue · cool · closest name: skyblue
RGB
171, 220, 255
HSL
205°, 100%, 84%
CMYK
33, 14, 0, 0
Luminance
0.6706
Every format
| HEX | #abdcff |
| RGB | rgb(171, 220, 255) |
| HSL | hsl(205, 100%, 84%) |
| CMYK | cmyk(33%, 14%, 0%, 0%) |
| LAB | lab(85.5 -7.7 -22.1) |
| LCH | lch(85.5 23.4 250.8) |
| OKLCH | oklch(0.872 0.070 239.7) |
Copy-ready code
/* CSS */
color: #abdcff;
background-color: #abdcff;
/* Tailwind (arbitrary) */
class="text-[#abdcff] bg-[#abdcff]"
/* SCSS */
$brand: #abdcff;
/* SwiftUI */
Color(red: 0.671, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#abdcff")Accessibility — WCAG contrast
Aa
#abdcff on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdcff on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green86.3%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#abdcff text on a black background
contrast 14.41:1
Card sample
#abdcff text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdcff;
Background color
Panel with #abdcff background
background-color: #abdcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdcff; background: linear-gradient(135deg, #abdcff, #B2ABFF);