Baby Blue
#a2cffe
Baby Blue, represented by the hex value #a2cffe, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a2cffe | |
|---|---|---|
| RGB | rgb(162, 207, 254) | |
| HSL | hsl(211, 98%, 82%) | |
| CMYK | cmyk(36%, 19%, 0%, 0%) | |
| LAB | lab(81, -7, -28) | |
| OKLCH | oklch(0.84 0.081 250) |
Color harmonies
Tints & shades
Code snippets
color: #a2cffe;
background-color: #a2cffe;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFA2CFFE)
/* Swift / UIKit */
UIColor(red: 0.64, green: 0.81, blue: 1.00, alpha: 1.0)