#abdfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 223, 235
HSL
191°, 62%, 80%
CMYK
27, 5, 0, 8
Luminance
0.6743
Every format
| HEX | #abdfeb |
| RGB | rgb(171, 223, 235) |
| HSL | hsl(191, 62%, 80%) |
| CMYK | cmyk(27%, 5%, 0%, 8%) |
| LAB | lab(85.7 -13.9 -11.3) |
| LCH | lch(85.7 17.9 219.0) |
| OKLCH | oklch(0.872 0.056 213.4) |
Copy-ready code
/* CSS */
color: #abdfeb;
background-color: #abdfeb;
/* Tailwind (arbitrary) */
class="text-[#abdfeb] bg-[#abdfeb]"
/* SCSS */
$brand: #abdfeb;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#abdfeb")Accessibility — WCAG contrast
Aa
#abdfeb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdfeb on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#abdfeb text on a black background
contrast 14.49:1
Card sample
#abdfeb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdfeb;
Background color
Panel with #abdfeb background
background-color: #abdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdfeb; background: linear-gradient(135deg, #abdfeb, #ABB4EB);