#abddf0
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 221, 240
HSL
197°, 70%, 81%
CMYK
29, 8, 0, 6
Luminance
0.6666
Every format
| HEX | #abddf0 |
| RGB | rgb(171, 221, 240) |
| HSL | hsl(197, 70%, 81%) |
| CMYK | cmyk(29%, 8%, 0%, 6%) |
| LAB | lab(85.3 -11.8 -14.5) |
| LCH | lch(85.3 18.7 231.0) |
| OKLCH | oklch(0.869 0.058 223.2) |
Copy-ready code
/* CSS */
color: #abddf0;
background-color: #abddf0;
/* Tailwind (arbitrary) */
class="text-[#abddf0] bg-[#abddf0]"
/* SCSS */
$brand: #abddf0;
/* SwiftUI */
Color(red: 0.671, green: 0.867, blue: 0.941)
/* Android */
Color.parseColor("#abddf0")Accessibility — WCAG contrast
Aa
#abddf0 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abddf0 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green86.7%
Blue94.1%
CMYK percentages
Cyan28.8%
Magenta7.9%
Yellow0.0%
Key (black)5.9%
Color previews
#abddf0 text on a black background
contrast 14.33:1
Card sample
#abddf0 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abddf0;
Background color
Panel with #abddf0 background
background-color: #abddf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abddf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 221, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 221, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abddf0; background: linear-gradient(135deg, #abddf0, #ABAFF0);