#abddf5
a light, electric cyan · cool · closest name: skyblue
RGB
171, 221, 245
HSL
200°, 79%, 82%
CMYK
30, 10, 0, 4
Luminance
0.6696
Every format
| HEX | #abddf5 |
| RGB | rgb(171, 221, 245) |
| HSL | hsl(200, 79%, 82%) |
| CMYK | cmyk(30%, 10%, 0%, 4%) |
| LAB | lab(85.5 -10.6 -16.9) |
| LCH | lch(85.5 20.0 237.9) |
| OKLCH | oklch(0.871 0.061 228.9) |
Copy-ready code
/* CSS */
color: #abddf5;
background-color: #abddf5;
/* Tailwind (arbitrary) */
class="text-[#abddf5] bg-[#abddf5]"
/* SCSS */
$brand: #abddf5;
/* SwiftUI */
Color(red: 0.671, green: 0.867, blue: 0.961)
/* Android */
Color.parseColor("#abddf5")Accessibility — WCAG contrast
Aa
#abddf5 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abddf5 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green86.7%
Blue96.1%
CMYK percentages
Cyan30.2%
Magenta9.8%
Yellow0.0%
Key (black)3.9%
Color previews
#abddf5 text on a black background
contrast 14.39:1
Card sample
#abddf5 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abddf5;
Background color
Panel with #abddf5 background
background-color: #abddf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abddf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 221, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 221, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abddf5; background: linear-gradient(135deg, #abddf5, #ABACF5);