#abddf3
a light, electric cyan · cool · closest name: skyblue
RGB
171, 221, 243
HSL
198°, 75%, 81%
CMYK
30, 9, 0, 5
Luminance
0.6684
Every format
| HEX | #abddf3 |
| RGB | rgb(171, 221, 243) |
| HSL | hsl(198, 75%, 81%) |
| CMYK | cmyk(30%, 9%, 0%, 5%) |
| LAB | lab(85.4 -11.1 -16.0) |
| LCH | lch(85.4 19.4 235.3) |
| OKLCH | oklch(0.870 0.060 226.7) |
Copy-ready code
/* CSS */
color: #abddf3;
background-color: #abddf3;
/* Tailwind (arbitrary) */
class="text-[#abddf3] bg-[#abddf3]"
/* SCSS */
$brand: #abddf3;
/* SwiftUI */
Color(red: 0.671, green: 0.867, blue: 0.953)
/* Android */
Color.parseColor("#abddf3")Accessibility — WCAG contrast
Aa
#abddf3 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abddf3 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green86.7%
Blue95.3%
CMYK percentages
Cyan29.6%
Magenta9.1%
Yellow0.0%
Key (black)4.7%
Color previews
#abddf3 text on a black background
contrast 14.37:1
Card sample
#abddf3 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abddf3;
Background color
Panel with #abddf3 background
background-color: #abddf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abddf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 221, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 221, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abddf3; background: linear-gradient(135deg, #abddf3, #ABADF3);