Light Blue
#add8e6
Here's everything about the color Light Blue (#add8e6) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #add8e6 | |
|---|---|---|
| RGB | rgb(173, 216, 230) | |
| HSL | hsl(195, 53%, 79%) | |
| CMYK | cmyk(25%, 6%, 0%, 10%) | |
| LAB | lab(84, -12, -12) | |
| OKLCH | oklch(0.86 0.049 220) |
Color harmonies
Tints & shades
Code snippets
color: #add8e6;
background-color: #add8e6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFADD8E6)
/* Swift / UIKit */
UIColor(red: 0.68, green: 0.85, blue: 0.90, alpha: 1.0)