#abe7eb
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 231, 235
HSL
184°, 62%, 80%
CMYK
27, 2, 0, 8
Luminance
0.7181
Every format
| HEX | #abe7eb |
| RGB | rgb(171, 231, 235) |
| HSL | hsl(184, 62%, 80%) |
| CMYK | cmyk(27%, 2%, 0%, 8%) |
| LAB | lab(87.9 -18.0 -8.1) |
| LCH | lch(87.9 19.7 204.2) |
| OKLCH | oklch(0.889 0.061 201.3) |
Copy-ready code
/* CSS */
color: #abe7eb;
background-color: #abe7eb;
/* Tailwind (arbitrary) */
class="text-[#abe7eb] bg-[#abe7eb]"
/* SCSS */
$brand: #abe7eb;
/* SwiftUI */
Color(red: 0.671, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#abe7eb")Accessibility — WCAG contrast
Aa
#abe7eb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe7eb on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green90.6%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#abe7eb text on a black background
contrast 15.36:1
Card sample
#abe7eb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe7eb;
Background color
Panel with #abe7eb background
background-color: #abe7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe7eb; background: linear-gradient(135deg, #abe7eb, #ABBCEB);