#abddf9
a light, electric blue · cool · closest name: skyblue
RGB
171, 221, 249
HSL
202°, 87%, 82%
CMYK
31, 11, 0, 2
Luminance
0.6721
Every format
| HEX | #abddf9 |
| RGB | rgb(171, 221, 249) |
| HSL | hsl(202, 87%, 82%) |
| CMYK | cmyk(31%, 11%, 0%, 2%) |
| LAB | lab(85.6 -9.7 -18.9) |
| LCH | lch(85.6 21.2 242.9) |
| OKLCH | oklch(0.872 0.065 233.0) |
Copy-ready code
/* CSS */
color: #abddf9;
background-color: #abddf9;
/* Tailwind (arbitrary) */
class="text-[#abddf9] bg-[#abddf9]"
/* SCSS */
$brand: #abddf9;
/* SwiftUI */
Color(red: 0.671, green: 0.867, blue: 0.976)
/* Android */
Color.parseColor("#abddf9")Accessibility — WCAG contrast
Aa
#abddf9 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abddf9 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green86.7%
Blue97.6%
CMYK percentages
Cyan31.3%
Magenta11.2%
Yellow0.0%
Key (black)2.4%
Color previews
#abddf9 text on a black background
contrast 14.44:1
Card sample
#abddf9 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abddf9;
Background color
Panel with #abddf9 background
background-color: #abddf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abddf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 221, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 221, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abddf9; background: linear-gradient(135deg, #abddf9, #ADABF9);