#abdbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 219, 235
HSL
195°, 62%, 80%
CMYK
27, 7, 0, 8
Luminance
0.6532
Every format
| HEX | #abdbeb |
| RGB | rgb(171, 219, 235) |
| HSL | hsl(195, 62%, 80%) |
| CMYK | cmyk(27%, 7%, 0%, 8%) |
| LAB | lab(84.7 -11.9 -12.9) |
| LCH | lch(84.7 17.5 227.3) |
| OKLCH | oklch(0.863 0.054 220.2) |
Copy-ready code
/* CSS */
color: #abdbeb;
background-color: #abdbeb;
/* Tailwind (arbitrary) */
class="text-[#abdbeb] bg-[#abdbeb]"
/* SCSS */
$brand: #abdbeb;
/* SwiftUI */
Color(red: 0.671, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#abdbeb")Accessibility — WCAG contrast
Aa
#abdbeb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdbeb on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.9%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#abdbeb text on a black background
contrast 14.06:1
Card sample
#abdbeb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdbeb;
Background color
Panel with #abdbeb background
background-color: #abdbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdbeb; background: linear-gradient(135deg, #abdbeb, #ABB0EB);