#abeeeb
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 238, 235
HSL
177°, 66%, 80%
CMYK
28, 0, 1, 7
Luminance
0.7581
Every format
| HEX | #abeeeb |
| RGB | rgb(171, 238, 235) |
| HSL | hsl(177, 66%, 80%) |
| CMYK | cmyk(28%, 0%, 1%, 7%) |
| LAB | lab(89.8 -21.4 -5.3) |
| LCH | lch(89.8 22.1 193.9) |
| OKLCH | oklch(0.904 0.067 192.5) |
Copy-ready code
/* CSS */
color: #abeeeb;
background-color: #abeeeb;
/* Tailwind (arbitrary) */
class="text-[#abeeeb] bg-[#abeeeb]"
/* SCSS */
$brand: #abeeeb;
/* SwiftUI */
Color(red: 0.671, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#abeeeb")Accessibility — WCAG contrast
Aa
#abeeeb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeeeb on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green93.3%
Blue92.2%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#abeeeb text on a black background
contrast 16.16:1
Card sample
#abeeeb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeeeb;
Background color
Panel with #abeeeb background
background-color: #abeeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeeeb; background: linear-gradient(135deg, #abeeeb, #ABC4EE);