#9EFBD3
#57E9F2
#45D4FB
Linear CSS gradient
#170 Light Blue Gradient
Light Blue is a linear CSS gradient built from 3 colors: #9EFBD3, #57E9F2, #45D4FB. It works well for hero sections, UI surfaces, marketing pages, and subtle background treatments.
Use the palette table below to grab exact HEX and RGB values, then copy the raw CSS snippet and drop it straight into your project without re-building the gradient by hand.
Color palette
ColorHEXRGB
#9EFBD3rgb(158, 251, 211)
#57E9F2rgb(87, 233, 242)
#45D4FBrgb(69, 212, 251)
CSS code
background-image: linear-gradient(-225deg, #9EFBD3 0%, #57E9F2 48%, #45D4FB 100%);