Bambino
#8edacc
Looking for the precise values behind Bambino (#8edacc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8edacc | |
|---|---|---|
| RGB | rgb(142, 218, 204) | |
| HSL | hsl(169, 51%, 71%) | |
| CMYK | cmyk(35%, 0%, 6%, 15%) | |
| LAB | lab(82, -27, -1) | |
| OKLCH | oklch(0.83 0.078 181) |
Color harmonies
Tints & shades
Code snippets
color: #8edacc;
background-color: #8edacc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF8EDACC)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.85, blue: 0.80, alpha: 1.0)