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