#abddf1
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 221, 241
HSL
197°, 71%, 81%
CMYK
29, 8, 0, 6
Luminance
0.6672
Every format
| HEX | #abddf1 |
| RGB | rgb(171, 221, 241) |
| HSL | hsl(197, 71%, 81%) |
| CMYK | cmyk(29%, 8%, 0%, 6%) |
| LAB | lab(85.4 -11.5 -15.0) |
| LCH | lch(85.4 18.9 232.5) |
| OKLCH | oklch(0.869 0.059 224.4) |
Copy-ready code
/* CSS */
color: #abddf1;
background-color: #abddf1;
/* Tailwind (arbitrary) */
class="text-[#abddf1] bg-[#abddf1]"
/* SCSS */
$brand: #abddf1;
/* SwiftUI */
Color(red: 0.671, green: 0.867, blue: 0.945)
/* Android */
Color.parseColor("#abddf1")Accessibility — WCAG contrast
Aa
#abddf1 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abddf1 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green86.7%
Blue94.5%
CMYK percentages
Cyan29.0%
Magenta8.3%
Yellow0.0%
Key (black)5.5%
Color previews
#abddf1 text on a black background
contrast 14.34:1
Card sample
#abddf1 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abddf1;
Background color
Panel with #abddf1 background
background-color: #abddf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abddf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 221, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 221, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abddf1; background: linear-gradient(135deg, #abddf1, #ABAEF1);