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