#abdfed
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 223, 237
HSL
193°, 65%, 80%
CMYK
28, 6, 0, 7
Luminance
0.6755
Every format
| HEX | #abdfed |
| RGB | rgb(171, 223, 237) |
| HSL | hsl(193, 65%, 80%) |
| CMYK | cmyk(28%, 6%, 0%, 7%) |
| LAB | lab(85.8 -13.5 -12.3) |
| LCH | lch(85.8 18.2 222.3) |
| OKLCH | oklch(0.872 0.057 216.1) |
Copy-ready code
/* CSS */
color: #abdfed;
background-color: #abdfed;
/* Tailwind (arbitrary) */
class="text-[#abdfed] bg-[#abdfed]"
/* SCSS */
$brand: #abdfed;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#abdfed")Accessibility — WCAG contrast
Aa
#abdfed on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdfed on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue92.9%
CMYK percentages
Cyan27.8%
Magenta5.9%
Yellow0.0%
Key (black)7.1%
Color previews
#abdfed text on a black background
contrast 14.51:1
Card sample
#abdfed text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdfed;
Background color
Panel with #abdfed background
background-color: #abdfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdfed; background: linear-gradient(135deg, #abdfed, #ABB3ED);